6 ms·
We use TinyMCE and a .NET plugin that uses the GoogleSpell check service. It's dead right now and we are trying to find a solve for it.
by Valien 13y ago
We use TinyMCE and a .NET plugin that uses the GoogleSpell check service. It's dead right now and we are trying to find a solve for it.
- passionfruit 13y agoI decided to use Yandex Speller since at the time I was researching this issue it was clear that Google Spell was an undocumented and unsupported feature. http://api.yandex.ru/speller/ http://api.yandex.ru/speller/
- ffk 13y agoAccording to the TinyMCE, you can use aspell. http://www.tinymce.com/wiki.php/Plugin:spellchecker http://www.tinymce.com/wiki.php/Plugin:spellchecker You can get a windows build of aspell at http://aspell.net/win32/ http://aspell.net/win32/ Instructions are on the wiki on how to wire it up.