How can I integrate spell-checking to redactor?

2019-03-18 14:51发布

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)

1条回答
我命由我不由天
2楼-- · 2019-03-18 15:24

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.

查看更多
登录 后发表回答