inkdropapp / codemirror-spell-checker

Dead-simple spell checking in CodeMirror
https://github.com/inkdropapp/inkdrop-spell-checker
MIT License
2 stars 8 forks source link

Ignore if word begins with a capital letter as this indicates a pronoun #6

Open craftzdog opened 1 year ago

craftzdog commented 1 year ago

https://github.com/inkdropapp/inkdrop-spell-checker/issues/11

It can be accomplished by changing the condition here: https://github.com/inkdropapp/codemirror-spell-checker/blob/master/src/spell-checker.js#L79

craftzdog commented 1 year ago

add an option spellCheckIgnoreWordsStartingWithCapitalLetter