Zinnia-wysiwyg-ckeditor is a package allowing you to edit your entries with CKEditor.
Installation
Install the package on your system:
$ pip install zinnia-wysiwyg-ckeditor
django-ckeditor will also be installed as a dependency.
Install and configure django-ckeditor if not already done.
Register the 'zinnia_ckeditor' in your INSTALLED_APPS after the 'zinnia' application.
You are done !
Configuration
You can customize the CKEditor instance by defining a zinnia-content configuration into the CKEDITOR_CONFIGS setting.
If the zinnia-content configuration is not found, the default configuration will be used.
Example of configuration:
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Full',
},
'zinnia-content': {
'toolbar_Zinnia': [
['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord'],
['Undo', 'Redo'],
['Scayt'],
['Link', 'Unlink', 'Anchor'],
['Image', 'Table', 'HorizontalRule', 'SpecialChar'],
['Source'],
['Maximize'],
'/',
['Bold', 'Italic', 'Underline', 'Strike',
'Subscript', 'Superscript', '-', 'RemoveFormat'],
['NumberedList', 'BulletedList', '-',
'Outdent', 'Indent', '-', 'Blockquote'],
['Styles', 'Format'],
],
'toolbar': 'Zinnia',
},
}
Release files for zinnia-wysiwyg-ckeditor 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zinnia-wysiwyg-ckeditor-1.3.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zinnia_wysiwyg_ckeditor-1.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.6 kB
Release files / zinnia-wysiwyg-ckeditor-1.3.tar.gz
| Download URL | zinnia-wysiwyg-ckeditor-1.3.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
748a52f8213a917bcd2c52eb71d3caaab8c862956553beae8c034cabb889a2a3
|
|
BLAKE2b-256 checksum How to use checksums |
edfa5ad8a359eae671a6576b0e776a624b28a4ef3266bd9b0b02983b7c633261
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / zinnia_wysiwyg_ckeditor-1.3-py2.py3-none-any.whl
| Download URL | zinnia_wysiwyg_ckeditor-1.3-py2.py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c6baf4a107c28676ebcd2a6047a771bdd390941165b317accdbcb988b0357cef
|
|
BLAKE2b-256 checksum How to use checksums |
76f598814e9c41043918a3484f0f3a0796741828a6167aec03012ef3627c6110
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |