Adding new plugins to CKEditor
<TODO: Complete this page>
Currently in CKEditor, to add a new plugin, you have to:
1) Put the plugin in the library/src/webapp/editor/ckeditor/plugins/ directory
2) Edit the file library/src/webapp/editor/ckeditor.launch.js
 - Add your plugin to
extraPlugins: (sakai.editor.enableResourceSearch ? 'resourcesearch,' : '')+'movieplayer,wordcount',
 - Then add it into the tool bar (The plugin name varies by plugin)
This is going to change after  - SAK-22111Getting issue details... STATUS  so this page will be updated.