django-editorjs
django-editorjs copied to clipboard
Widget of editor.js for django admin
How do I render the json data.
I know it is in the TODOs but I'd really appreciate to have this functionality in place. So I am writing it here to keep track of any progress. Thank...
Hello, I'm trying to implement images upload view, hope you'll merge this.
``` INSTALLED_APPS = [ '''', 'django_editorjs', ''''', ] ```
Code plugin isn't yet supported, I would really appreciate if this functionality will be available.
Hello, I managed to handle custom block tools, I updated the readme with an explanation of how I did it, it's not a really clean code, you have to serve...