1414** Table of Contents**
1515
1616- [ lsp-grammarly] ( #lsp-grammarly )
17- - [ : floppy_disk : Quickstart] ( #floppy_disk -quickstart )
18- - [ : card_index : Commands] ( #card_index -commands )
19- - [ : wrench : Configuration] ( #wrench -configuration )
20- - [ : pencil : Roadmap] ( #pencil -roadmap )
21- - [ : money_with_wings : Using a Paid Grammarly Account] ( #money_with_wings -using-a-paid-grammarly-account )
22- - [ : mag : Method 1: Login with VSCode (easier)] ( #mag -method-1-login-with-vscode-easier )
23- - [ : mag : Method 2: Login with Emacs (a bit complicated)] ( #mag -method-2-login-with-emacs-a-bit-complicated )
17+ - [ 💾 Quickstart] ( #💾 -quickstart )
18+ - [ 📇 Commands] ( #📇 -commands )
19+ - [ 🔧 Configuration] ( #🔧 -configuration )
20+ - [ 📝 Roadmap] ( #📝 -roadmap )
21+ - [ 💸 Using a Paid Grammarly Account] ( #💸 -using-a-paid-grammarly-account )
22+ - [ 🔍 Method 1: Login with VSCode (easier)] ( #🔍 -method-1-login-with-vscode-easier )
23+ - [ 🔍 Method 2: Login with Emacs (a bit complicated)] ( #🔍 -method-2-login-with-emacs-a-bit-complicated )
2424 - [ Authentication from Grammarly website] ( #authentication-from-grammarly-website )
25- - [ Contribution ] ( #contribution )
25+ - [ Contribute ] ( #contribute )
2626
2727<!-- markdown-toc end -->
2828
29- ## : floppy_disk : Quickstart
29+ ## 💾 Quickstart
3030
3131``` el
3232(use-package lsp-grammarly
3636 (lsp)))) ; or lsp-deferred
3737```
3838
39- ## : card_index : Commands
39+ ## 📇 Commands
4040
4141List of commands interact with ` language server ` and ` Grammarly.com ` .
4242
@@ -48,7 +48,7 @@ List of commands interact with `language server` and `Grammarly.com`.
4848| lsp-grammarly-stop | Stop grammarly checker from current document (buffer) |
4949| lsp-grammarly-stats | Log out current document status, ` score ` , ` readability ` , ` words count ` , etc. |
5050
51- ## : wrench : Configuration
51+ ## 🔧 Configuration
5252
5353` lsp-grammarly ` supports following configuration. Each configuration is described in
5454detail in [ Grammarly Settings] ( https://github.com/znck/grammarly#extension-settings ) .
@@ -62,7 +62,7 @@ detail in [Grammarly Settings](https://github.com/znck/grammarly#extension-setti
6262* ` grammarly.userWords ` via ` lsp-grammarly-user-words `
6363* ` grammarly.overrides ` via ` lsp-grammarly-override `
6464
65- ## : pencil : Roadmap
65+ ## 📝 Roadmap
6666
6767List of todos, but I have not got time to implement these features.
6868
@@ -71,7 +71,7 @@ List of todos, but I have not got time to implement these features.
7171- [ ] Implement command ` Ignore Grammarly Issue ` .
7272- [ ] Implement ` diagnostics ` and ` severity ` for configuration.
7373
74- ## : money_with_wings : Using a Paid Grammarly Account
74+ ## 💸 Using a Paid Grammarly Account
7575
7676> *** NOTE:** To login, make sure you have package [ keytar] ( https://github.com/emacs-grammarly/keytar )
7777 set up properly. See [ keytar#installation] ( https://github.com/emacs-grammarly/keytar#installation )
@@ -81,7 +81,7 @@ You can either login with [vscode-grammarly](https://marketplace.visualstudio.co
8181using VSCode or hit ` M-x lsp-grammarly-login ` . They both share the same credentials
8282so you can login with either side.
8383
84- ### : mag : Method 1: Login with VSCode (easier)
84+ ### 🔍 Method 1: Login with VSCode (easier)
8585
8686Install VSCode and install extension [ vscode-grammarly] ( https://marketplace.visualstudio.com/items?itemName=znck.grammarly )
8787from the extension panel.
@@ -98,10 +98,10 @@ login with your Grammarly account.
9898
9999<p align =" center " ><img src =" ./etc/login/open-app-vscode.png " /></p >
100100
101- : tada : Make sure you click on the button ` Open Visual Studio Code ` . Done! You
101+ 🎉 Make sure you click on the button ` Open Visual Studio Code ` . Done! You
102102can now close VSCode and go back to Emacs!
103103
104- ### : mag : Method 2: Login with Emacs (a bit complicated)
104+ ### 🔍 Method 2: Login with Emacs (a bit complicated)
105105
106106Hit ` M-x lsp-grammarly-login ` and you should see the Grammarly's website pop out
107107from your favorite browser. See below [ screenshot] ( #authentication-from-grammarly-website ) ,
@@ -120,8 +120,7 @@ Copy and paste the URI back to Emacs and hit return.
120120
121121<p align =" center " ><img src =" ./etc/login/emacs-paste.png " /></p >
122122
123-
124- :tada : Done! Now you should be loggin!
123+ 🎉 Done! Now you should be loggin!
125124
126125### Authentication from Grammarly website
127126
0 commit comments