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')),
]
```
## 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
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')),
]
```
## 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
Release history Release notifications | RSS feed
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.0.tar.gz
(295.9 kB
view details)
Built Distribution
hypereditor-0.1.0-py3-none-any.whl
(315.5 kB
view details)
File details
Details for the file hypereditor-0.1.0.tar.gz
.
File metadata
- Download URL: hypereditor-0.1.0.tar.gz
- Upload date:
- Size: 295.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31262df1c2a86aa212d3260bdbff11c43a38fadcfea6a29c5f4f7b90c751ab7f |
|
MD5 | 31612af330bb511b5efe19df7b0d2009 |
|
BLAKE2b-256 | 7813b1113a69e713771a2ee6eadc0ad008ab48295a0ccd3f7c02ade4a034ebc0 |
File details
Details for the file hypereditor-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: hypereditor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 315.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb72fc9157a357966c7fa1ea15b4db5fd8807c5217d1bd03a8439548bd81f659 |
|
MD5 | f2efba739566e50776500ef5c7231efc |
|
BLAKE2b-256 | 799671ab0226413528e8a289d7b128c3c81e19434f3e54c9739ab7181795c4c0 |