DivineITLimited / django-hyper-editor

Django Integration of Hyper Editor

Home Page:https://django-hyper-editor.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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

License

MIT

Made with ❤️ at Divine IT Limited, Dhaka, Bangladesh

About

Django Integration of Hyper Editor

https://django-hyper-editor.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 70.8%Language:HTML 26.8%Language:JavaScript 2.3%