django-hyper-editor icon indicating copy to clipboard operation
django-hyper-editor copied to clipboard

Django Integration of Hyper Editor

Django Hyper Editor

Django integration for Hyper Editor.

Documentation Status License: MIT

Installation

Install via pip

pip install hypereditor

Add to settings.py

INSTALLED_APPS = [
    ...
    'hypereditor'
]

Add to urls.py

urlpatterns = [
    ...
    path('hypereditor/', include('hypereditor.urls')),
]

Documentation

Please check the documentation site - https://django-hyper-editor.readthedocs.io/en/latest/

TODO

  • [x] Hyper Editor Output Parser
  • [x] Block System
  • [x] Create simple block without using js
  • [x] Django Model Integration HyperField
  • [x] Django Admin Integration
  • [x] Django Form Integration
  • [x] Wagtail Integration HyperFieldPanel
  • [x] Template tag for preview and render
  • [x] Documentation
  • [ ] Media Handling

License

MIT

Made with :heart: at Divine IT Limited, Dhaka, Bangladesh