HybirdCorp / creme_crm

Creme is a highly configurable free/open-source Customer Relationship Management designed with an entities/relationships architecture.
Other
50 stars 20 forks source link

New RichText Editor #110

Open genglert opened 3 years ago

genglert commented 3 years ago

TinyMCE has several issues :

We need to find a new RTE which fix these issues. Notice that we do not need all the features of TinyMCE ; indeed a lighter UI would be nice.

joehybird commented 3 years ago

I found this one promising : https://quilljs.com/ A bit heavy (about 400Kb) but has many of tinymce features without its awful plugin/assets mechanism. Also not require react, ember or vue (like CkEditor)

joehybird commented 3 years ago

This one have a very specific approach : https://editorjs.io/ Does not generate html but data structures so not really useful as is.

joehybird commented 3 years ago

I wonder about this one : https://alex-d.github.io/Trumbowyg Lightweight (about 50Kb) but the popup mechanism and many of plugins are really "cheap"