All Projects → DivineITLimited → django-hyper-editor

DivineITLimited / django-hyper-editor

Licence: MIT license
Django Integration of Hyper Editor

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to django-hyper-editor

Ls.joyous
A calendar application for Wagtail
Stars: ✭ 53 (+82.76%)
Mutual labels:  wagtail
Wagtailtrans
A Wagtail add-on for supporting multilingual sites
Stars: ✭ 103 (+255.17%)
Mutual labels:  wagtail
Consumerfinance.gov
Django project protecting American consumers
Stars: ✭ 164 (+465.52%)
Mutual labels:  wagtail
Wagtailgmaps
Simple Google Maps address formatter for Wagtail fields
Stars: ✭ 68 (+134.48%)
Mutual labels:  wagtail
Wagtail Personalisation
Rule-based personalisation for Wagtail CMS
Stars: ✭ 96 (+231.03%)
Mutual labels:  wagtail
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (+275.86%)
Mutual labels:  wagtail
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (+1451.72%)
Mutual labels:  wagtail
wagtailcommonblocks
Common StreamField blocks for Wagtail
Stars: ✭ 40 (+37.93%)
Mutual labels:  wagtail
Reddit Wallpaper Changer
Reddit Wallpaper Changer
Stars: ✭ 96 (+231.03%)
Mutual labels:  wagtail
Django Salesman
Headless e-commerce framework for Django.
Stars: ✭ 157 (+441.38%)
Mutual labels:  wagtail
Openstax Cms
The OpenStax CMS, built using Wagtail on top of Django.
Stars: ✭ 74 (+155.17%)
Mutual labels:  wagtail
Wagtail Geo Widget
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
Stars: ✭ 90 (+210.34%)
Mutual labels:  wagtail
Wagtail
A Django content management system focused on flexibility and user experience
Stars: ✭ 11,387 (+39165.52%)
Mutual labels:  wagtail
Wagtail Factories
Factory boy classes for wagtail
Stars: ✭ 58 (+100%)
Mutual labels:  wagtail
Wagalytics
A Google Analytics dashboard in your Wagtail admin
Stars: ✭ 176 (+506.9%)
Mutual labels:  wagtail
Bakerydemo
Next generation Wagtail demo, born in Reykjavik
Stars: ✭ 468 (+1513.79%)
Mutual labels:  wagtail
Awesome Wagtail
A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
Stars: ✭ 1,527 (+5165.52%)
Mutual labels:  wagtail
wysiwyg-editor-node-sdk
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 25 (-13.79%)
Mutual labels:  wysiwyg-editor
wysiwyg-editor-python-sdk
Python SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 20 (-31.03%)
Mutual labels:  wysiwyg-editor
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (+341.38%)
Mutual labels:  wagtail

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].