Skip to main content

Hyper Editor Integration With Django

Project description

# Django Hyper Editor

Django integration for [Hyper Editor](https://github.com/divineitlimited/hyper-editor).


## Installation

Install via pip

```sybase
pip install hypereditor
```

Add to ``settings.py``
```python
INSTALLED_APPS = [
...
'hypereditor'
]
```

Add to ``urls.py``
```python
urlpatterns = [
...
path('hypereditor/', include('hypereditor.urls')),
]
```

Current version 0.1.0-rc.3

## 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hypereditor-0.1.0rc3.tar.gz (296.1 kB view hashes)

Uploaded Source

Built Distribution

hypereditor-0.1.0rc3-py3-none-any.whl (315.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page