Spellchecker sample
Type a sentence into the box and be sure to mis-spell some of the words.
Do
NOT paste words. Right now it only enqueues a word for spellcheck when you
hit spacebar, and only the word immediately before the cursor.
The delay is really long because (a) it's easier to debug, (b) the ispell CGI
is not very fast (long story). It does not have to be this slow.
This is a sample speling
session.
Todo:
- handle paste/big changes
- enqueue new word when the cursor moves away by a means other than space
- enqueue words when splitting or removing mistake marker
- use javascript xml fetch for spellcheck instead of iframe
- make ispell cgi fast
- use custom gif underlines