codeslayer1 / react-ckeditor

CKEditor component for React with plugin and custom event listeners support
MIT License
129 stars 34 forks source link

Plugins loading docs needed #53

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi. At first, thanks for this awesome component. I know that issues is not a right place for asking questions, but how can I load a plugins? Is it even possible? I am trying to pass a path for plugin js-file directly into "scriptUrl" props,

scriptUrl={'./cke-plugins/justify/plugin.js'}

but this leads to an error.

CKEditor not found

codeslayer1 commented 6 years ago

Hi, This has been discussed in other issues as well. You will have to create a custom build with all your plugins included and use that build with this react-ckeditor component.

Please refer this issue - #7

PS. I am closing this issue since its duplicate. Feel free to re-open it if it does not solve your problem.

ghost commented 6 years ago

Thanks. You are awesome.

codeslayer1 commented 6 years ago

Welcome. Happy to help :)