GrapesJS / ckeditor

This plugin replaces the default Rich Text Editor with the one from CKEditor
BSD 3-Clause "New" or "Revised" License
101 stars 101 forks source link

ckeditor5 #30

Open MuTaToR08 opened 5 years ago

MuTaToR08 commented 5 years ago

i want use ckeditor 5 version, but he not contain plugin "sharedspace". What can do about it?

J-Wick4 commented 1 year ago

CKEditor5 has a lot of good new features; it's time to upgrade this plugin.

https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/migration-from-ckeditor-4.html

dohomi commented 5 months ago

Would be great as v4 reached end of life https://ckeditor.com/ckeditor-4/

mapsmarketing commented 2 months ago

Hi @artf

v4 is throwing red errors which is a bad look when using this extension. Is there a way ckeditor can be updated within this extension?

Cheers

image
snehlata08 commented 2 months ago

You can add 'grapesjs-plugin-ckeditor': { options: { versionCheck: false, } }

mapsmarketing commented 2 months ago

Thank you very much @snehlata08 , much appreciated!