- Notifications
You must be signed in to change notification settings - Fork8
CKEditor 5 rich text editor frontend for djangocms-text package
License
django-cms/djangocms-text-ckeditor5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
djangocms-text-ckeditor5 is an extension todjangocms-text
offering CKEditor5 asa rich text editor to djangocms-text.
- CKEditor5: Look and feel of CKEditor5.
- Inline exiting: CKEditor5 supports inline editing.
- Dynamic HTML attributes: Supported for the Link plugin
- Text-enabled plugins: (not yet supported - help needed)
Installdjangocms-text-ckeditor5
using pip:
pip install djangocms-text-ckeditor5
Build latest development branch using git:
git clone git@github.com:django-cms/djangocms-text-ckeditor5.gitcd djangocms-text-ckeditor5nvm usenpm installnpx webpack --mode development
You then can install the cloned repo usingpip install -e/path/to/the/repo/djangocms-text-ckeditor5
.
Finally, adddjangocms_text_ckeditor5
in addition todjangocms_text
toyourINSTALLED_APPS
in your Django project settings:
INSTALLED_APPS= [ ...,"djangocms_text","djangocms_text_ckeditor5", ...]
and set the editor you want to use:
TEXT_EDITOR="djangocms_text_ckeditor5.ckeditor5"
Contributions to djangocms-text-ckeditor5 are welcome! Please read our contributing guidelinesto get started.
The CKEditor 5 and this package are licensed under the GPL-2.0 License.
About
CKEditor 5 rich text editor frontend for djangocms-text package
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.