django-cms / djangocms-text

Text Plugin for django CMS
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

How to configure other editors than CKEditor 5, like TipTap, TinyMCE, Quill? #18

Closed MacLake closed 1 month ago

MacLake commented 1 month ago

Following the instruction works perfectly for installing the package using CKEditor 5, but I am missing some more information how to go for another editor like TipTap, TinyMCE, Quill. Is it necessary to install additional packages? Okay, probably not, since they seem to be in contrib. What exactly do I have to add to INSTALLED_APPS and what do I set as DJANGOCMS_TEXT_EDITOR for the other editors?

Besides, the link to the CMS_PLACEHOLDER_CONF docs is dead.

fsbraun commented 1 month ago

Tiptap is the default config.

Others are totally experimental.

Add "djangocms_text.contrib.text_ckeditor5" to installed apps and set TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor5.ckeditor5".

Frankly, this is supported poorly only right now.

fsbraun commented 1 month ago

The README needs an update.

fsbraun commented 1 month ago

I've updated the readme and do close this issue now.