django-editorjs-fields
                                
                                 django-editorjs-fields copied to clipboard
                                
                                    django-editorjs-fields copied to clipboard
                            
                            
                            
                        Django plugin for using Editor.js
I use following form: ``` class EditForm(forms.Form): title = forms.CharField(...) content = EditorJsWidget(config={'minHeight': 100}) ``` and following template code for rendering: ``` {% for field in form %} {{ field.label...
I need to use `onChange` event to detect changes in form and enable submit button. I tried to create an instance of editorjs in my script file, but the callback...
Editor.Js expects regexp in this config, but by default it is parsed as a string and it didn't work.
allow to disable dark mode greetings, excellent work 👍
Some types are saved with capital first letter. For example: ```"type": "Header"``` instead of ```"type": "header"``` This is a problem when trying to use such JSON in EditorJS that is...
Can't use addon https://github.com/calumk/editorjs-columns ``` Saving failed due to the Error TypeError: this.editors.cols[t].save is not a function at I.save (editorjs-columns:8:469878) at T. ([email protected]:8:42950) at l ([email protected]:8:97783) at Generator._invoke ([email protected]:8:97536) at...
Hi. If you add a plugin with his full url, example: 'https://cdn.jsdelivr.net/gh/mdgaziur/EditorJS-LaTeX@latest/dist/editorjs-latex.bundle-min.js', it will fail because '//cdn.jsdelivr.net/npm/' will be prepended. This PR fix it.
when i use tailwind in my base.html after that extend this to py post.html all my formating don't shown and if I remove tailwind CSS my formating show as I...
 Do not delete from server.