Install HTML Tools to CKEditor
- Unpack archived files directly to
ckeditor/plugins
. - Turn on the plugin in
ckeditor/config.js
:config.extraPlugins = 'jsplusTranslator,jsplus_backup,jsplus_edit_tag,jsplus_html';
- Add these buttons to the toolbar definition:
- Run translation
jsplusTranslator
- Reverse translation direction
jsplusTranslatorReverse
- Open settings dialog
jsplusTranslatorConf
- Insert HMTL snippet
jsplus_html
- Edit selected tag
jsplus_edit_tag
- Create new snapshot
jsplus_backup_save
- Browse and load snapshots
jsplus_backup_load
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.