GrapesJS / preset-newsletter

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

Add ckeditor custom plugin #137

Closed allphat closed 3 months ago

allphat commented 11 months 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 11 months ago

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