NanoSpell -- the agile, cross-platform TinyMCE spellchecker plugin which adds automatic, seamless international spellchecking in tinymce 4.x as the users type. This independently developed plugin provides automatic spellchecking within TinyMCE. It automatically underlines typing errors, and provides accurate suggestions on right click.
- Download NanoSpell and unzip it anywhere in your web project.
- Test it locally: Browse to /path/to/nanospell/getstarted.html. The page will verify that everything is working for you, and even provide personalized code samples.
- Code it: Just copy 2 lines of code into your tinymce.init statement to register NanoSpell as an external tinymce spellchecker plugin.
tinymce.init({
..
external_plugins: {'nanospell': '/path/to/nanospell/plugin.js'},
nanospell_server: 'php' // choose 'php' 'asp' 'asp.net' or 'java'
..
});
Free developer licenses and support are available to you:
http://tinymcespellcheck.com/support