prosegrinder / annotatedtext-remark

A lightweight JavaScript library based on annotatedtext and remark-parse for converting markdown documents into an annotated text format consumable by LanguageTool as AnnotatedText.
https://www.prosegrinder.com/annotatedtext-remark/
MIT License
3 stars 0 forks source link

Options for Disabling Specific Tokenizers #25

Open davidlday opened 4 years ago

davidlday commented 4 years ago

Leverage remark-disable-tokenizers to disable specific tokenizers using options. Fixing https://github.com/davidlday/vscode-languagetool-linter/issues/132 may require disabling escape characters, which I don't want to code directly into the library.

davidlday commented 4 years ago

Not likely to directly help with the above referenced issue, but I still like the idea of incorporating it as an option. Leaving open for now.