Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CKEditor 5 rich text editor frontend for djangocms-text package

License

NotificationsYou must be signed in to change notification settings

django-cms/djangocms-text-ckeditor5

Repository files navigation

pypidjangocmsdjangocms4

djangocms-text-ckeditor5 is an extension todjangocms-text offering CKEditor5 asa rich text editor to djangocms-text.

Features

  • 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)

Installation

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"

Contributing

Contributions to djangocms-text-ckeditor5 are welcome! Please read our contributing guidelinesto get started.

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp