hypereditor 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

hypereditor 0.1.0

# Django Hyper EditorDjango integration for [Hyper Editor](https://github.com/divineitlimited/hyper-editor).## InstallationInstall via pip```sybasepip install hypereditor```Add to ``settings.py`````pythonINSTALLED_APPS = [ ... 'hypereditor']```Add to ``urls.py`````pythonurlpatterns = [ ... path('hypereditor/', include('hypereditor.urls')),]```## 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- [ ] Media Handling- [ ] Documentation

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.