-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Chrome built-in spellcheck #630
Comments
I found the place where you switch off spellcheck:
|
The codemirror-spell-checker is yet not ready for multiply languages. have you found a solution to use the chrome spell checker? |
unfortunately no, remove |
yeh im struggling with this too. this editor is not usable for people who speak other languages than english :( |
If you look sparksuite/codemirror-spell-checker#16 you’ll notice thai a fix exists, however the pull request isn’t merged yet. Refer to #658 too |
It would be good if the Chrome built spellchecker can be used in CodeMirror |
Hello, guys!
I use the editor, but faced with a problem.
Inside the edit field (CodeMirror clases) if I make typing mistakes it's not noticed by Chrome spellchecker (however 'input' elements for example, on the different spots of the page checking correctly by Chrome).
I think it's because you use
<span>
element and they are not catching by Chrome.I tried to add
spellchecker="true"
andcontenteditable="true"
to throughelt()
function, but it wasn't help. Attributes added, but Chrome checker didn't work.I would love to use your
codemirror-spell-checker
, But I need to check not English language.Can you help me with this issue?
The text was updated successfully, but these errors were encountered: