We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for a fantastic add on that I am making a lot of use of in writing my dissertation.
Have you considered allowing to turn off spell-checking for specific spans of text? (Rather than at the document level.)
I initially thought I could do something like
Correctly spelled text <!-- spellcheck-off --> deliberately misspelled text <!-- spellcheck-on --> more correctly spelled text
but of course, this doesn't work because the -off and -on commands apply at the document level. It would be nice to add something like
-off
-on
Correctly spelled text <!-- spellcheck-skip --> deliberately misspelled text <!-- spellcheck-end-skip --> more correctly spelled text
to allow skipping the specified span.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for a fantastic add on that I am making a lot of use of in writing my dissertation.
Have you considered allowing to turn off spell-checking for specific spans of text? (Rather than at the document level.)
I initially thought I could do something like
Correctly spelled text <!-- spellcheck-off --> deliberately misspelled text <!-- spellcheck-on --> more correctly spelled text
but of course, this doesn't work because the
-off
and-on
commands apply at the document level. It would be nice to add something likeCorrectly spelled text <!-- spellcheck-skip --> deliberately misspelled text <!-- spellcheck-end-skip --> more correctly spelled text
to allow skipping the specified span.
The text was updated successfully, but these errors were encountered: