I did some experimenting and google searching and found what seems like kind of a hack to get spell check sort-of working. But it is awkward. I found something that said you could force Firefox to spell check everything on any page with a bookmark that has this:
javascript:document.body.contentEditable='true';%20document.designMode='on' ;%20void%200 I tried it and it actually works...but the spelling correction while in the editor doesn't actually change the text when you save the tiddler. Also the "designMode=on" seems to be award in an editor since you have 2 cursors( one where the spell check and one for the editor). So I removed the designMode=on and it is a little better. You can't auto-replace, but it at least underlines all the misspelled words so you can manually type them. Then I guess maybe use a second bookmark to toggle off the spell check. Definitely not ideal, but it kind of works. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/82ba7911-0a78-4750-99a6-46c202670497%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

