How can I add spell checking to the jQuery Redactor editor? I have found a few spell checking JavaScript plugins, but none are easily integrated into Redactor. Has anyone managed to do this successfully? Using .NET, and need our own custom dictionary.
None of these spell checkers I've found can be easily integrated:
- JavaScript SpellCheck
- WebSpellChecker (expensive)
- JQuery Spell Checker (uses Google spell check, no custom dictionary with .NET)
I'm the author of the jQuery SpellChecker you linked to. I have re-written the plugin and created a demo page showing how you can integrate it into the Redactor editor.