CKEditor for editing entries in django-blog-zinnia
Project description
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',
},
}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zinnia-wysiwyg-ckeditor-1.3.tar.gz.
File metadata
- Download URL: zinnia-wysiwyg-ckeditor-1.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
748a52f8213a917bcd2c52eb71d3caaab8c862956553beae8c034cabb889a2a3
|
|
| MD5 |
5a4c1cf86905455583a7351336b30741
|
|
| BLAKE2b-256 |
edfa5ad8a359eae671a6576b0e776a624b28a4ef3266bd9b0b02983b7c633261
|
File details
Details for the file zinnia_wysiwyg_ckeditor-1.3-py2.py3-none-any.whl.
File metadata
- Download URL: zinnia_wysiwyg_ckeditor-1.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6baf4a107c28676ebcd2a6047a771bdd390941165b317accdbcb988b0357cef
|
|
| MD5 |
d989177cf4e456fb2745ea3c8523f1a8
|
|
| BLAKE2b-256 |
76f598814e9c41043918a3484f0f3a0796741828a6167aec03012ef3627c6110
|