grapesjs-plugin-ckeditor icon indicating copy to clipboard operation
grapesjs-plugin-ckeditor copied to clipboard

This plugin replaces the default Rich Text Editor with the one from CKEditor

Results 26 grapesjs-plugin-ckeditor issues
Sort by recently updated
recently updated
newest added

It seems like I can run either grapesjs-tui-image-editor, or grapesjs-plugin-ckeditor, but if I try to use both the CKeditor never loads with the following error: `Error: [CKEDITOR.resourceManager.load] Resource name "dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,notification,button,toolbar,clipboard,panel,floatpanel,colordialog,templates,menu,contextmenu,copyformatting,div,resize,elementspath,enterkey,entities,popup,filetools,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,smiley,menubutton,language,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastetools,pastefromgdocs,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,tableselection,undo,lineutils,widgetselection,widget,notificationaggregator,uploadwidget,uploadimage,wsc,justify,colorbutton,panelbutton,font,placeholder,sharedspace"...

I'm using plugin version 1.0.1 but am getting the following error when editing a text component: ![Screen Shot 2024-07-12 at 23 49 28](https://github.com/user-attachments/assets/3eeea7f8-6c89-41a8-a51b-d256b6fc9377) It wants version 4.21.0 to go to...

I am trying to use mentions in the editor but somehow it is not working and throwing error. ``` Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "{class:'mention'" was not found at "https://cdn.ckeditor.com/4.21.0/standard-all/plugins/{class:'mention'/plugin.js?t=N2M9"....

In my pluginsOpts I have: ``` 'grapesjs-plugin-ckeditor': { /* ...options */ extraAllowedContent: '*(*);*{*}', // Allows any class and any inline style allowedContent: true, // Disable auto-formatting, class removing, etc. enterMode:...

The reference addresses the issue of text not updating in CKEditor. By default, Gjs manages text content directly from the text node. We're overriding this by manually retrieving data with...

I have some html elements that i would like to be able to edit. I use the presetnewsletter plugin and ckeditor plugin. i have defined a custom component that extend...