errata-ai / vale

:pencil: A markup-aware linter for prose built with speed and extensibility in mind.
https://vale.sh
MIT License
4.44k stars 153 forks source link

Add a correct word marked as misspelled into a custom ignore file #836

Closed tbazant closed 4 months ago

tbazant commented 4 months ago

Check for existing issues

Describe the feature

cSpell offers this functionality that makes life much easier - when a word is marked as misspelled but still it's correct, users can collect such words into a specified file. We can then enhance our official wordlist based on these collected custom ignore files.

jdkato commented 4 months ago

This already supported 3 different ways: Ignore files (1 word per line, spelling only), Dictionaries (Hunspell-compatible dictionaries, spelling only), or Vocabularies (all rules).

tbazant commented 4 months ago

ok, where should i file issues for the vscode-vale extension then? i'd like to have such functionality in GUI as quickfix with the yellow bulb