Closed huguestennier closed 1 year ago
exclude
exclude terms from the built-in dictionary, and skip
skips TextLint node types, like blockquotes, etc.
The only way to somehow achieve what you're trying to do is to disable the rule for the entire paragraph:
https://github.com/sapegin/textlint-rule-terminology#tips--tricks
Having a special feature for that would be nice though — feel free to send a pull request 👾
We are using https://github.com/textlint/textlint-filter-rule-allowlist for this purpose, FYI as it lets you omit certain words or phrases from all textlint rules
Maybe I'm doing this wrong, but is there a way to exclude a whole string?
For example, I want to replace
Front-end
with =>frontend
. That worksBut I want to exclude
New Front-End Adventures
because that's how the author titled the workshop.Is there a way to do that? I tried both
skip
andexclude