-
Notifications
You must be signed in to change notification settings - Fork 2.6k
No Spellcheck in Editor #165
Comments
This is because CodeMirror is used as the editor I guess. Otherwise spell checking can be enabled like so |
@sasindumendis What is a proper way to make it persistent? I found this in app.js but it's minified. |
@Kif11 i will look to add this plugin https://github.com/NextStepWebs/codemirror-spell-checker |
@anthonny What about spellcheck attribute suggested by @sasindumendis? |
The answer is here codemirror/codemirror5#1017 (comment) |
I think we should allow tools like Grammarly work as well. It is a very good grammar linter that works in modern browsers. Allow users to select the browser linter they prefer. I can write a Knowledgebase article about it. Is the editor still codemirror with the new vue2 based system? |
I've tried Firefox and Chrome on osX Yosemite and neither will spell check the text in the editor. This is a huge hindrance to usability.
The text was updated successfully, but these errors were encountered: