Grapesjs: How to use CKEditor/TinyMC editor instead of RichTextEditor inside GrapesJs

Created on 30 Jan 2019  路  8Comments  路  Source: artf/grapesjs

I need to add text styles and other text options so how to add CKEditor/TinyMC editor instead of RichTextEditor inside GrapesJs.

Most helpful comment

@ronaldaug codpen link is not working. Can you please share your code again. Thanks

All 8 comments

You can check "Replace the built-in Rich Text Editor" in GrapesJS doc here
And there is a GrapesJS CKEditor plugin.

You can check "Replace the built-in Rich Text Editor" in GrapesJS doc here
And there is a GrapesJS CKEditor plugin.

@ronaldaug CK Editors Toolbar is not displaying after adding grapesjs-plugin-ckeditor to my editor.
How to enable ToolBar options in it?

I think you're missing something.
I made a codepen demo here and it just works fine.

You have to add CKEditor & CKEditor Plugin scripts , and set the config options.

@ronaldaug Thank you so much for spending your time & answer. I had tried in the same way to integrate GrapesJs in react application. I am using npm packages
"ckeditor": "^4.11.2", "grapesjs-plugin-ckeditor": "0.0.9"

but i didn't able to get the CKEDITOR toolbar. i am getting the console error as shown in attached screenshot
ckeditorerror

@hemanthmc check for errors in your code please, this has nothing to do with GrapesJS or CKEditor

I think you're missing something.
I made a codepen demo here and it just works fine.

You have to add CKEditor & CKEditor Plugin scripts , and set the config options.

Hey the CodePen link is not working, Can you please upload it again?
Im facing the same problem and it seems like you got the solution :)

@ronaldaug codpen link is not working. Can you please share your code again. Thanks

I think you're missing something.
I made a codepen demo here and it just works fine.

You have to add CKEditor & CKEditor Plugin scripts , and set the config options.

@ronaldaug Can you please upload the codepen link again. I am struggling for hours to implement CKEDITOR but getting the error.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kawika-connell picture kawika-connell  路  3Comments

adam-gpc picture adam-gpc  路  3Comments

YashPrince picture YashPrince  路  3Comments

krunal039 picture krunal039  路  3Comments

tribulant picture tribulant  路  3Comments