GrapesJS / preset-newsletter

GrapesJS preset configuration for the newsletter editor.
https://grapesjs.com/demo-newsletter-editor.html
BSD 3-Clause "New" or "Revised" License
198 stars 143 forks source link

Add ckeditor custom plugin #137

Closed allphat closed 4 months ago

allphat commented 1 year ago

Is it possible to add a custom plugin?

I can't find a method to load my custom plugin.

I defined my plugin using the ckeditor documentation and stored it in a directory.

I can't find a way to tell ckeditor to get my plugin from this directory.

allphat commented 12 months ago

It should be possible with access to current CKEDITOR instance. Is there a way to access it?