spell checking madness
I decided to turn on spell check of html markup since my HTML is peppered with magic comments that generate code. Fixing the generated code is pointless. I have to fix problems in the macros.
However this does not work because HTML validator keeps changing words I don't want changed.
For example <!-- macro Formula CO2 --> will generate the subscripts. However the spell checker did a global change of that to <!-- macro Formula Co2 --> wich is invalid syntax
Another is <!-- macro Spell naive --> which I used to keep accented word hidden from the spell checker will generate naïve.
It be TIDY doing this, but only started happening when I turn on spell checking of markup.
However the spell checker converts that to <!-- macro Spell naïve -->
There is another trouble with the spell checker. I sometimes notice it has an incorrectly spelled word in its dictonary. How do I remove it?
However this does not work because HTML validator keeps changing words I don't want changed.
For example <!-- macro Formula CO2 --> will generate the subscripts. However the spell checker did a global change of that to <!-- macro Formula Co2 --> wich is invalid syntax
Another is <!-- macro Spell naive --> which I used to keep accented word hidden from the spell checker will generate naïve.
It be TIDY doing this, but only started happening when I turn on spell checking of markup.
However the spell checker converts that to <!-- macro Spell naïve -->
There is another trouble with the spell checker. I sometimes notice it has an incorrectly spelled word in its dictonary. How do I remove it?