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

Activate Spell Checking #1543

Closed
acemtp opened this issue Nov 22, 2013 · 3 comments
Closed

Activate Spell Checking #1543

acemtp opened this issue Nov 22, 2013 · 3 comments

Comments

@acemtp
Copy link

acemtp commented Nov 22, 2013

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

Should the editor disable spell-checking on browsers that support it (Firefox 2+).
Default is true, since for most code spell-checking is useless. Can be changed with the setSpellCheck(on) method.
@jgillich
Copy link
Contributor

A CodeMirror instance is, as far as the browser is concerned, not an editable control, so it won't apply spell checking to it.

Source

This has been discussed a few times already; the browser's spellchecker implementations don't work with CodeMirror.

@ErisDS
Copy link
Member

ErisDS commented Nov 22, 2013

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

@dandv
Copy link

dandv commented Mar 9, 2018

#9311 should solve this.

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

No branches or pull requests

4 participants