Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This is a Wysiwyg plugin module for TinyMCE editor. It allows to use Yandex Speller as backend for TinyMCE spellchecker (look at http://api.yandex.ru/speller/doc/dg/tasks/how-to-spellcheck-tinymce.xml).

Requirements:

  • Wysiwyg module must be installed.
  • TinyMCE editor should be turned on in Wysiwyg.
  • Do not use any spellchecker plugins for TinyMCE :)

Installation and configuration

  • Install this module as usual.
  • Turn on TinyMCE editor in Wysiwyg.
  • The ABC button with droplist should appear in TinyMCE toolbar.
  • Use it :)

Note: Yandex Speller is web service of Yandex. This service can receives JSON AJAX or XML query form site and returns JSON or XML result with founded in words errors and propositions. Its words base is huge, it's contains more than 3.6 million wordforms for russian language, more than 1.8 million wordforms for ukrainian and more than 150000 wordforms for english (look at http://api.yandex.ru/speller/doc/dg/concepts/speller-overview.xml).
Currently this service (and module) supports three languages:

  • Russian
  • Ukrainian
  • English

Project information