External plugins
See original GitHub issueHi, Is there any way to add external plugins? As in ckeditor documentation:
CKEDITOR.plugins.addExternal('youtube', '../node_modules/ckeditor-youtube-plugin/youtube/');
config.extraPlugins = 'youtube';
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:14 (1 by maintainers)
Top Results From Across the Web
External plugins | Telegraf 1.21 Documentation
External plugins are external programs that are built outside of Telegraf that can run through an execd plugin. These external plugins allow for...
Read more >External Plugins - influxdata/telegraf - GitHub
External plugins are external programs that are built outside of Telegraf that can run through an execd plugin. These external plugins allow for...
Read more >External Plugins | bnd - Bndtools
External Plugins. External Plugins are external code to bnd code but that can be executed from within bnd. The JARs for this code...
Read more >External plugins overview - Learn Netdata
This plugin allows Netdata to use external plugins for data collection: external data collection plugins may be written in any computer language ...
Read more >External Plugins - Apache Hop
Hop plugins is an external repository containing a collection of plugins that can be used with but can't or won't be shipped with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was able to go https://ckeditor.com/builder, and after selecting all the plugins I wanted… Chose download, with radio button set to Optimized…
Then copied all contents to Angular Project.
Then just instead of CDN, use:
<script src="ckeditor/ckeditor.js"></script>
Lastly, I used to have to do this, and now I dont… At least for all plugins… So will add just in case:
I am using other plugins not listed in extraPlugins…
I got Local custom plugins to work along with ng2-ckeditor/ckeditor4 in angular 7 and probably it even works with previous versions too. I don’t mean to necro but some might find it useful.
For this I used the custom plugin from here
Place your plugin in the assets folder as below
and modify your index.html as below
The forward slash leading the assets folder is everything here. If it is not there it will try to get the plugin from their CDN
also add it to the config