AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Possibility to add some sort of post or preprocessing? #30

Open nathdwek opened 8 years ago

nathdwek commented 8 years ago

I'm writing technical texts, and I would like to have the ability to automatically ignore uppercase acronyms and capitalized words. I figured aspell or hunspell would allow to configure this from a configuration file, but they don't AFAIK; and I don't think there is a lot of hope to get such a request going on their side given their codebases.

Would it be worth considering to add the ability to specify some sort of regex based preprocessing of the text or post-processing of the reported errors in order to ignore specific patterns?

yitzchak commented 8 years ago

The next version will allow additional dictionary providers which will make this possible. For instance linter-spell-project for project specific dictionaries. Each language (LaTeX, HTML, etc) will also have their own dictionaries.

Out of curiosity, what file format are your text written in?

nathdwek commented 8 years ago

latex and md files mostly.