Insert HTML From File Plugin For CKEditor
Introduction
This plugin allows you to select files of HTML snippets and import them directly into CKEditor.
Angus Walker
Sponsored by:
Hemmera. - An Ausenco Company.
Version history:
- 1.0: 20-January-2018. First version.
Installation
- Extract the contents of the zip file into your plugins directory
- Now add the plugin in your config.js or custom js configuration file:
e.g. config.extraPlugins='inserthtmlfile';
or config.extraPlugins='someotherplugin, inserthtmlfile';
- In your toolbar configuration, add a new 'inserthtmlfile'
item in the place where you want the button to show up.
Final notes
This plugin has been coded for CKEditor 4.
Disclaimers
CKEditor is © CKSource.com