NanoSpell users have free access to a wide selection of international spellchecking dictionaries. The vocabulary can also be fine tuned and customized by the developer.
The dictionary which NanoSpell will use for spellchecking can be set using the nanospell_dictionary setting which is Global English by default.
Example:
tinymce.init({ selector:'textarea', external_plugins: {"nanospell": "/path/to/nanospell/plugin.js"}, nanospell_dictionary: "es" });
To use multiple dictionaries at the same time (useful for multi-lingual documents) use a comma separated list such as:
nanospell_dictionary: "en,fr"
Before a dictionary can be used, it must be installed. NanoSpell ships with only English installed.
To Recap: download, unzip and copy to nanospell/dictionaries
To add words you do not need to modify the dictionary.
To remove/ban words you do not need to modify the dictionary.
“Spellcheck as you type” in tinmce with zero learning curve.
Easily set-up on modern web hosting by uploading 1 folder.
Well documented and kept clean, simple & stable.
Never sends spellchecking data across the internet to remote spellchecking servers.
Free tinymce spellcheck dictionaries from across the world.
Actively maintained and supported by the original developers who love TinyMCE