lsp-mode
client leveraging unofficial-grammarly-language-server.
Table of Contents
(use-package lsp-grammarly-un
:ensure t
:hook (text-mode . (lambda ()
(require 'lsp-grammarly-un)
(lsp)))) ; or lsp-deferred
List of commands interact with language server
and Grammarly.com
.
Commands | Description |
---|---|
lsp-grammarly-un-login | Login to Grammarly.com |
lsp-grammarly-un-logout | Logout from Grammarly.com |
lsp-grammarly-un-check-grammar | Start grammarly check for currnet document (buffer) |
lsp-grammarly-un-stop | Stop grammarly checker from current document (buffer) |
lsp-grammarly-un-stats | Log out current document status, score , readability , words count , etc. |
lsp-grammarly-un
supports following configuration. Each configuration is described in
detail in Grammarly Settings.
grammarly.autoActivate
vialsp-grammarly-un-auto-activate
grammarly.audience
vialsp-grammarly-un-audience
grammarly.dialect
vialsp-grammarly-un-dialect
grammarly.domain
vialsp-grammarly-un-domain
grammarly.emotions
vialsp-grammarly-un-emotions
grammarly.goals
vialsp-grammarly-un-goals
grammarly.userWords
vialsp-grammarly-un-user-words
grammarly.overrides
vialsp-grammarly-un-override
List of todos, but I have not got time to implement these features.
- Create another package that displays information from Grammarly.com
(To display useful information,
score
,readability
,word counts
, etc). - Implement command
Ignore Grammarly Issue
. - Implement
diagnostics
andseverity
for configuration.
NOTE: To login, make sure you have package keytar set up properly. See keytar#installation for setup instruction.
You can either login with vscode-grammarly
using VSCode or hit M-x lsp-grammarly-un-login
. They both share the same credentials
so you can login with either side.
Install VSCode and install extension vscode-grammarly from the extension panel.
Then call command palette (default to Ctrl+Shift+p)
and type to search grammarly login
command.
You should see Grammarly Website and login with your Grammarly account.
🎉 Make sure you click on the button Open Visual Studio Code
. Done! You
can now close VSCode and go back to Emacs!
Hit M-x lsp-grammarly-un-login
and you should see the Grammarly's website pop out
from your favorite browser. See below screenshot,
After login, click the button Open URL:vscode
, If you have VSCode installed, then
this button would be Open Visual Studio Code
instead yet it doesn't matter.
Then click F12 to open the DevTool window. You should able to see an URI like the following
Copy and paste the URI back to Emacs and hit return.
🎉 Done! Now you should be loggin!
Login with your Grammarly account (This step does not require VSCode to be installed)!
If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!