atom / node-spellchecker

SpellChecker Node Module
http://atom.github.io/node-spellchecker
MIT License
300 stars 108 forks source link

Feature Request: isAddedToDictionary #94

Open ccorcos opened 6 years ago

ccorcos commented 6 years ago

Once we add something to a dictionary, how do we know if we can remove it?

dmoonfire commented 6 years ago

For known words, it is in the settings for spell-check. Right now, that's the only way to add words outside of my spell-check-project (which puts it in the language.json in the project root).