-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Activate Spell Checking #1543
Comments
This has been discussed a few times already; the browser's spellchecker implementations don't work with CodeMirror. |
This is a duplicate of #1240, which was closed as spell checking is not an option with CodeMirror and our current editor implementation. The option you linked to is from the documentation for CodeMirror 1 I believe, we are using CodeMirror 3. It will be possible to add spell checking via an App |
#9311 should solve this. |
By default, CodeMirror disables spellchecking. For a blog editor, I think it could be nice to enable it:
From http://codemirror.net/1/manual.html
The text was updated successfully, but these errors were encountered: