[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.]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Facebook
  • Google
  • Slashdot
  • Technorati
  • StumbleUpon

1 Response to “[Updated] TinyMCE spellchecker plugin with enchant library”


  1. 1 TinyMCE spellchecker now with official enchant library at Michel Weimerskirch

Leave a Reply