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

Request: Add option to delete from personal dictionary #35

Open greencopper opened 7 years ago

greencopper commented 7 years ago

Hi

When using linter-spell in my daily work I sometimes make the mistake of adding a misspelled word to the personal dictionary.

I have yet to figure out how to remove it again. I have been able to locate where the words are stored and in what format.

Anyway having a "remove from dictionary" would be great. Or at least a mention in the doc about where words are stored etc.

Kind regards

yitzchak commented 7 years ago

Did you add it to the personal dictionary or a language specific dictionary?

greencopper commented 7 years ago

Just the personal dictionary. It's memory based?

yitzchak commented 7 years ago

No. It managed by the spelling provider, hunspell or aspell

greencopper commented 7 years ago

I mean, is the personal dictionary only memory based? Or where does the personal added words get stored?

yitzchak commented 7 years ago

The hunspell dictionary is stored in $HOME/.hunspell_dicname where dicname is language such as en_US.