Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate spell-checking to redactor?

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:

  1. JavaScript SpellCheck
  2. WebSpellChecker (expensive)
  3. JQuery Spell Checker (uses Google spell check, no custom dictionary with .NET)
like image 878
M Mc Avatar asked Sep 10 '12 18:09

M Mc


1 Answers

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.

like image 138
badsyntax Avatar answered Sep 24 '22 02:09

badsyntax