You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be convenient if middleman-spellcheck also generated at the end a deduplicated list reporting all the words that had been flagged as misspelled. Say you used "Heroku", "PredicateFactory", and "changeListener" throughout your pages and these are words you'd like to skip, but you also had a few words you genuinely misspelled.
@dwcramer we've added an ability to "whitelist" the words in the current version of middleman. You can add all of the white-listed words to a file, and those won't be reported as misspelled. Also, you can add a list of whitelisted words to front-matter.
Do you think it'd be enough for you and we could close this bug report?
That's cool that you can put the whitelist in other places. My request was about generating a deduplicated list of words that should be whitelisted (assuming you've fixed all the genuine misspellings and want to eliminate the noise). Perhaps piping through grep, sort, and uniq is the best way after all.
It would be convenient if middleman-spellcheck also generated at the end a deduplicated list reporting all the words that had been flagged as misspelled. Say you used "Heroku", "PredicateFactory", and "changeListener" throughout your pages and these are words you'd like to skip, but you also had a few words you genuinely misspelled.
I then take my list, prune any genuine misspellings, and add the rest to my
allow:
list inconfig.rb
. This is the equivalent of doing something like:The text was updated successfully, but these errors were encountered: