-
Notifications
You must be signed in to change notification settings - Fork 320
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
Grammarly doesn't display #133
Comments
Probably for the same reason browser spell check doesn't work. See #22 |
I note from the fix to #143 that native browser spell check is supported; however, I'm still struggling to get Grammarly to work properly. From my investigations, with Grammarly disabled, when using
When Grammarly is enabled, the extension disables the browser spell check by setting However, Grammarly does not spell check the content correctly (spelling errors not highlighted). I suspect that this is to do with CodeMirror effectively mirroring the actual content line by line: e.g. rather than there being an actual input field for Grammarly to intercept / decorate. |
I think you are correct. I would suggest checking one of the demos on https://codemirror.net/ to see if the spellcheck is working there. Maybe this is something they can improve in Codemirror 6. |
Did anyone manage to get this working? |
Facing this issue as well, has anyone made nay progress on this? |
Currently, the Grammarly browser plugins ignores text within HTML Grammarly does seem to work in CodeMirror 6 as If you want to play around with this in CodeMirror 5/EasyMDE and get Grammarly to at least recognize the text, do the following:
I think Grammarly should actually process |
After some testing, Grammarly does seem to work with EasyMDE. However, only using the Grammarly Windows desktop app (https://www.grammarly.com/desktop/windows) in combination with Chrome or Edge. Firefox does not work. To be clear you have to install the Windows desktop app, not the browser plugins. Also in EasyMDE set |
I've tried with chrome v100 and grammarly desktop and/or chrome extension (both together and alone) and could not make it work. I ignited the editor like this:
Any clues? |
Describe the bug
Grammarly, the browser extension which adds massively to the default autocorrect behaviour in the browser does not work inside EasyMDE.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Grammarly icon shows in the corner of the text field, and it underlines miss spelt words or incorrect grammar. It does this on every other text field, even other markdown and WYSIWYG editors.
Version information
Additional context
sparksuite/simplemde-markdown-editor#586
The text was updated successfully, but these errors were encountered: