node-markdown-spellcheck
node-markdown-spellcheck copied to clipboard
spellchecks markdown files
reason: it is the language of computer science and most likely one to be used with this tool.
When you're going through a big repository of markdown files with many issues, it would be helpful if you could take a break from the work. If `.spelling` would be...
Maybe the algorithm here is quicker: https://github.com/dscape/spell
When checking at speed I am relying on "up-arrow + enter" being the "add to dictionary - case insensitive" option. When the case sensitive option is inserted it foils my...