[Updated] TinyMCE spellchecker plugin with enchant library

TinyMCE (my favourite WYSIWYG editor) comes with a very nice spellchecker plugin. As the supported spellchecking engines were not powerful enough for my needs, I decided to modify the plugin so it supports the enchant library and thus a large number of spellchecking engines.

You can download the EnchantSpell class here. Using it is quite simple:

  1. Install Enchant and a spellchecking engine of your choice. I prefer Hunspell. (see this post for a guide on how to install the newest versions on Ubuntu 8.4)
  2. Install TinyMCE and the TinyMCE Spellchecker (both available here)
  3. Unpack EnchantSpell.php to tiny_mce/plugins/spellchecker/classes
  4. Add $config['general.engine']='EnchantSpell'; to tiny_mce/plugins/spellchecker/config.php

That’s it. Have fun :-)

[Update: The class is now included in the official release. So there is no need to download it separately anymore.]

10 Responses to “[Updated] TinyMCE spellchecker plugin with enchant library”


Leave a Reply