User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0
stars
0
forks
source link
Change some of the event handlers into commands #46
Mainly the marking function should probably be a CKEditor Command. It won't be called by the user, but this allows for better control over undo-ability.
Mainly the marking function should probably be a CKEditor
Command
. It won't be called by the user, but this allows for better control over undo-ability.