Skip to content
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

Open
jankatins opened this issue Mar 9, 2016 · 11 comments
Open

Include other languages and make it configureable #16

jankatins opened this issue Mar 9, 2016 · 11 comments

Comments

@jankatins
Copy link

It would be nice if one could spell check different languages...

@WesCossick
Copy link
Member

In theory, all you'd need to do would be to download a different dictionary.

@WesCossick
Copy link
Member

@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.

@jackycute
Copy link

Yeah, I mean I might to do so.

The only thing I'm not satisfied with your dictionaries is that GitHub and HackMD are marked as error now. (Maybe camel case spell check is not working here)
But this is still a great repo, thank you @WesCossick !

@Ajrarn
Copy link

Ajrarn commented Apr 15, 2016

I am looking to use your library in my own project, which is designed to be mulitlanguage.
I only have 2 languages now(english and french), but it can be extended.

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 !

@chriscoyier
Copy link

I'd vote for some standardized way to add custom words to the otherwise-standard dictionary it downloads. Like

"add_words": ["GitHub", "blahblahblah"]

@WesCossick
Copy link
Member

Note to self... look into https://github.com/titoBouzout/Dictionaries

@ghost
Copy link

ghost commented Aug 30, 2016

@chriscoyier definitely agree with you here. Adding an option to pass an array or "ignored words" or custom words would be the deal-breaker.

@antennaio
Copy link

I'd also love to see support for other languages besides english added to codemirror-spell-checker. Cheers!

@i5heu
Copy link

i5heu commented Sep 16, 2017

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:
I have found a previous discussion about Browser SpellChek:
codemirror/codemirror5#1017

@alfonsrv
Copy link

Never gonna happen. PR #39 allowing this change has been sitting around unmerged for 6+ years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

8 participants