Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

No Spellcheck in Editor #165

Open
scottdarch opened this issue Mar 31, 2015 · 6 comments
Open

No Spellcheck in Editor #165

scottdarch opened this issue Mar 31, 2015 · 6 comments
Milestone

Comments

@scottdarch
Copy link

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.

@sasindumendis
Copy link

This is because CodeMirror is used as the editor I guess. Otherwise spell checking can be enabled like so <div contenteditable="true" spellcheck="true">. Obviously spellcheck attribute also works on text inputs, textareas etc as well.

@Kif11
Copy link

Kif11 commented Feb 5, 2016

@sasindumendis What is a proper way to make it persistent? I found this in app.js but it's minified.

@anthonny
Copy link
Member

anthonny commented Feb 5, 2016

@Kif11 i will look to add this plugin https://github.com/NextStepWebs/codemirror-spell-checker

@Kif11
Copy link

Kif11 commented Feb 6, 2016

@anthonny What about spellcheck attribute suggested by @sasindumendis?

@anthonny
Copy link
Member

anthonny commented Feb 6, 2016

The answer is here codemirror/codemirror5#1017 (comment)

@jaredmorgs
Copy link
Contributor

jaredmorgs commented Mar 6, 2017

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?

@jaredmorgs jaredmorgs added this to the Release 9 milestone Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants