Download URL | Author URL | Software URL | Buy Now ($0)
TinyMce Spellcheck Demos & Examples.
This downloadable github repository contains source-code and examples to help developers learn to use the nanospell tinymce spellcheck plugin.
The package contains tinymce spellchecker examples using html and javascript to add spelling validation to the rich editor. This tutorial can be forked on github to get to hello-world quickly and efficiently, in a reproducible way.
For background, TinyMce is a popular html editor plugin for html - coded in Javascript. It allows websites to format rich text in much the way we are familiar to do with a word processor.
TinyMce does not benefit from contextual spellchecker technology... the red underlines we all depend on in day-to-day computing.
Nanospell 'Tinymce spellchecker' plugin gives that spell-checking technology back into tinymce. It is a 3rd party plugin, and can be implemented by and web developer or general user familiar with basic html and / or javascript. You can find more about this
Nanospell reproduces native operating system spellchecking within TinyMCE. The plugin automatically underlines typing mistakes, and provides highly accurate suggestions on right cl ...