Hi there!
Great work at grapesjs!
Is there any list of external RTE's to integrate in grapesjs?
I've spent a few days trying to integrate any, but still no results.
If anyone already has a solution for integration other RTE's, please share them.
#1697 comment for tinyMce and ckeditor plugin as a good example.
@pouyamiralayi thank you.
but earlier I checked tinyMCE thread and it seems that TMCE still doesn't work properly.
and I've seen ckeditor. I'm looking for anything small and simply as quill, pell and so one.
@h3llomoto ckeditor is small and simple! what do you suggest in place of that?
hmm, this is what i get after installing ckeditor4 and grapesjs-plugin-ckeditor

and you can't say "ckeditor is small and simple' after I mentioned pell. it is really small and simple.
@h3llomoto sorry my bad! for the error unless you are serving css from a local server (webpack or ...)
you must reference it through the online link.
Cheers!
Even when I solved all console errors, CKEDITOR is a GPL licensed software.
Pell, Squire, Quill are MIT/BSD licensed which is necessary for commercial projects.
So, the question is open: is there anyone has a ready solution with a 3rd party custom RTE?
So, the question is open: is there anyone has a ready solution with a 3rd party custom RTE?
At the moment, we only have the plugin for CKEditor as it is able to work with a nested iframe. If you want to try to create a new plugin with some other library please refer to this guide