-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Spell Checker #611
Comments
Duplicate #312 |
An issue with a spellchecker is that this tool is specifically geared towards fantasy fiction writing--- documents will be riddled with red squiggly lines due to unfamiliar nouns. A true word processor can have it's library added to, but I doubt codemirror can do this (or that HB could reliably store those saved words for a user). |
https://stackoverflow.com/questions/12343922/codemirror-with-spell-checker/66641365#66641365 might be of help, and i believe it uses chrome's spellcheck, which means you can add words to your dictionary. |
Possibly relevant. https://gist.github.com/kofifus/4b2f79cadc871a29439d919692099406 |
Marking this as blocked until Codemirror update |
#3511 linking blocking issue |
Hey man, great work on homebrewery. Love it.
The only thing that bugs me is that I can't really type up stuff on the web platform due to my horrible spelling. A built-in spellcheck would be amazing.
The text was updated successfully, but these errors were encountered: