-
Notifications
You must be signed in to change notification settings - Fork 808
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
Add spell checker #521
Comments
There is also this here: codemirror/codemirror5#1017 (comment) and then https://github.com/codemirror/CodeMirror/blob/a196861f9a44db63f946bbe68119f8ab903f3bd5/doc/manual.html#L365
If I read that right, then there is a second codemirror way and that way has spell checking? |
There is the Calysto one here: https://github.com/Calysto/notebook-extensions |
I've started making something based loosely on the NextStepWebs one (which uses typo.js for the actual spell-checking, then, incidentally, defines a CodeMirror overlayMode in a very similar way to the Calysto one, which uses a json object as a wordlist for spell-checking). It has configurable urls for the dictionaries, so you can use others, they're hunspell-style dictionaries. There are some comments in various places that typo.js doesn't cope very well with accents though, I think... |
see #530 |
Obsolete, we now have a spellchecker extension. |
This project seems to implement a spell checker without the need to use a local server: https://github.com/NextStepWebs/codemirror-spell-checker
Their quickstart looks easy to integrate (though I have no clue how to hock that into the current codemirror startup in the notebook).
Seems to be
en_US
only for now: https://github.com/NextStepWebs/codemirror-spell-checker/blob/master/src/js/spell-checker.js#L15 :-(The text was updated successfully, but these errors were encountered: