-
Notifications
You must be signed in to change notification settings - Fork 52
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
Include other languages and make it configureable #16
Comments
In theory, all you'd need to do would be to download a different dictionary. |
@jackycute I'm wondering if Chromium's dictionaries would be better than the ones used currently. I've noticed there are a number of words, abbreviations, etc. that are missing. |
Yeah, I mean I might to do so. The only thing I'm not satisfied with your dictionaries is that |
I am looking to use your library in my own project, which is designed to be mulitlanguage. I want to use this project as a dependency (bower or npm). I think that you can make this project configureable to use others dictionnaries like these ones: https://github.com/titoBouzout/Dictionaries or any others, so you don't need to maintain all the dictionnaries of the world, and we can use what we want (as dependencies). It's a very good idea ! |
I'd vote for some standardized way to add custom words to the otherwise-standard dictionary it downloads. Like
|
Note to self... look into https://github.com/titoBouzout/Dictionaries |
@chriscoyier definitely agree with you here. Adding an option to pass an array or "ignored words" or custom words would be the deal-breaker. |
I'd also love to see support for other languages besides english added to codemirror-spell-checker. Cheers! |
All the Popular Browsers can handel spell check so why not use this option? http://caniuse.com/#feat=spellcheck-attribute it looks like extremely easy to implement: https://stackoverflow.com/questions/21306199/setting-spellcheck-language-in-google-chrome or im wrong? EDIT: |
sparksuite#16 sparksuite/simplemde-markdown-editor#658 Read the README to understand how it works
Never gonna happen. PR #39 allowing this change has been sitting around unmerged for 6+ years. |
It would be nice if one could spell check different languages...
The text was updated successfully, but these errors were encountered: