Django integration for Hyper Editor.
Install via pip
pip install hypereditor
Add to settings.py
INSTALLED_APPS = [
...
'hypereditor'
]
Add to urls.py
urlpatterns = [
...
path('hypereditor/', include('hypereditor.urls')),
]
Please check the documentation site - https://django-hyper-editor.readthedocs.io/en/latest/
- Hyper Editor Output Parser
- Block System
- Create simple block without using js
- Django Model Integration
HyperField
- Django Admin Integration
- Django Form Integration
- Wagtail Integration
HyperFieldPanel
- Template tag for preview and render
- Documentation
- Media Handling
MIT
Made with ❤️ at Divine IT Limited, Dhaka, Bangladesh