Skip to content
izmeez edited this page Sep 29, 2023 · 21 revisions

TinyMCE module documentation, work in progress...

Why use TinyMCE instead of CKEditor 5

CKEditor 5’s biggest strength is collaboration and complete customization of the editor. With features like Track Changes and Real-time Collaboration, it’s a great choice for situations where you want to offer multi-user document editing experiences similar to Google Docs.

TinyMCE is reported by users to have a reduced learning curve and is simpler to setup and configure. Also TinyMCE’s free open source MIT license has no limits on usage, users or developers.

For more details see https://www.tiny.cloud/tinymce-vs-ckeditor/

Profiles

Most settings ship with profiles. These profiles are JSON files, exportable with the Configuration manager on /admin/config/development/configuration/single/export.

Select Configuration group - Editor profiles and the Configuration name of profile to export.

By default this module ships with three profile variants: Default, Full and Small.

Some settings are available via the admin UI on admin/config/content/formats/ and then selecting the format, for example Filtered HTML.

New profiles can get created on admin/config/content/tinymce-builder (Configuration / Content authoring / TinyMCE profile builder).

Clone this wiki locally