It would be nice to have support for mark-up language like latex or markdown.
Using grammarous with those languages raise a lot of error due to the tag and automatic styling (for latex mostly because the latex compiler handle a lot of style issues).
Furthermore, having things like piece of code in the text can make the usage of grammarous less pleasant due to number of error raised. Supporting those mark-up languages would mean being able to disable spell checking for things like the verbatim environment in latex or code quote (``) in markdown.
I've asked LanguageTool if they could add the support of markup language, their answer is that it's up to the editor to handle the markup language parsing.
This look like an enhanced version of #10 (if I've understood the issue).
An idea could be to have a dictionary of command (by filetype). Those command would parse the file and return the raw text, without the markup and ignored text (like the content of the verbatim environment)
It would be nice to have support for mark-up language like latex or markdown.
Using grammarous with those languages raise a lot of error due to the tag and automatic styling (for latex mostly because the latex compiler handle a lot of style issues).
Furthermore, having things like piece of code in the text can make the usage of grammarous less pleasant due to number of error raised. Supporting those mark-up languages would mean being able to disable spell checking for things like the
verbatimenvironment in latex or code quote (``) in markdown.I've asked LanguageTool if they could add the support of markup language, their answer is that it's up to the editor to handle the markup language parsing.
This look like an enhanced version of #10 (if I've understood the issue).
An idea could be to have a dictionary of command (by
filetype). Those command would parse the file and return the raw text, without the markup and ignored text (like the content of theverbatimenvironment)