exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Feature request: add ckeditor v5 #1474

Open exponentcms opened 4 years ago

exponentcms commented 4 years ago

CKEditor v5 is now out as stable, would be nice to add it as a WYSIWYG option

exponentcms commented 4 years ago

However...there are 4 different builds...classic, balloon, inline and document...of which we currently would need two

exponentcms commented 4 years ago

There are actually now 5 different builds (v18.0.0) adding 'block balloon. CKEditor v5 still lacks several key plugins, but primarily requires a complete rewrite of existing plugins, which requires we rewrite the fieldinsert plugin.

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1431

dleffler commented 1 year ago

CKEditor v5 is at v35.2.0, but still seems to lack some features

dleffler commented 1 year ago

With the deprecation notice for CKEditor v4, working to implement this as an active editor option. I personally do not like it because:

dleffler commented 1 year ago

Locally, I have our elFinder code integrated into a test implementation of CKEditor Classic. The inability to integrate an Insert Field plugin doesn't yet have a solution.