Grammarly is a spelling and grammar checking service and an API.
Questions tagged [grammarly]
11 questions
7
votes
2 answers
How to integrate with Grammarly
I'm have a service where users write literature. I'm encouraging them to use third party services like Grammarly to check the texts. But I'm using contentEditable and Grammarly doesn't seem to trigger in all views. Any ideas on how to call Grammarly…

Jesper Bylund
- 883
- 9
- 23
2
votes
1 answer
How does apps like Grammarly and languagetools know the exact location of wrong spelling in input box?
If you have extensions like Grammarly and languagetools enabled in your browser. and you type in some input-box on any site?
Now we know that is possible to know the text inside input html element. and suppose with some api, we are able to know…

Gourav Kandoria
- 47
- 3
2
votes
0 answers
Grammarly browser plugin not working on web-based Jupyter notebook files
The Grammarly browser plugin provides useful editorial hints when editing a text area on the webpage; for example, I am getting help while typing this question here.
However, when accessing a notebook file hosted on the Jupyter Lab server on the…

James
- 1,373
- 3
- 13
- 27
2
votes
0 answers
how does the Grammarly Windows Software detect text in any window or software?
In the new update of Grammarly, I saw that it works on any window. Unlike their office extension, this one makes me curious about how it works. How it looks like.
I suggest that it acts as an intermediate software between HID devices and the…

Namindu Ranatunga
- 25
- 2
1
vote
0 answers
Spell check any text while typing on any text editor like Notepad or MS Word in C#
I'm trying to detect when the user is typing inside any text editor application on windows with C#, same as Grammarly for Windows.
Do I need special permission to do that, or do I go for something like a global keyboard hook?
In terms of security, I…

Abanoub Zak
- 51
- 6
1
vote
0 answers
Is there a way to produce a custom iOS keyboard like Grammarly's without writing the whole keyboard?
Title says it all, did grammarly really build all of their iOS keyboard functionality by themselves? or are there shortcuts by extending the default keyboard?

lolo
- 21
- 2
1
vote
0 answers
How does the Grammarly chrome extension work
I was wondering how the Grammarly extension is able to underline the words in almost any editor (tinyMCE, CKE etc). I thought they are doing that via CSS but it's not.
I am trying to implement something similar and am very thankful for any…

Andybanandy
- 120
- 10
1
vote
0 answers
Clicking on grammarly button triggers the modal close in react tailwind app
when the user clicks on the Grammarly button the react app modal is triggered to close. this happens on web with the Grammarly web extension

Ahsaan shuja
- 11
- 4
0
votes
0 answers
Blocking Grammarly Icon - Javascript - Chrome Extension
Does anyone know how to block GrammarlyGo icon in the text area and anywhere else with javascript? I am making a Chrome extension and need to place an icon in the same place that GrammarlyGo places their icon and therefore need to stop GrammarlyGo's…

Russell Hertel
- 121
- 3
- 14
0
votes
0 answers
How to disable third parties spell checker like Grammarly in MUI TextField?
I'm struggling to disable third parties spell checker like Grammarly in MUI TextField which is implemented in a next.js app. I've tried data-gramm:false but it's not working. Below is my TextField component and code what I've tried...

DCodeMania
- 1,027
- 2
- 7
- 19
0
votes
0 answers
How to turn off spelling check?
I have the input attribute set up as follows and used both of them one at a time but didn't work out.
spellCheck="false" or
spellCheck={false}
Later, I found that the Grammarly extension on the browser automatically added and set the whole page…

TulaMaagar
- 23
- 3