Skip to content

Commit c01bd01

Browse files
dngrayredoomed1
andauthored
Apply suggestions from code review
Co-authored-by: redoomed1 <[email protected]> Signed-off-by: Daniel Nathan Gray <[email protected]>
1 parent 32fc661 commit c01bd01

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs/language-tools.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,25 @@ cover: language-tools.webp
1111

1212
Text inputted to grammar, spelling, and style checkers, as well as translation services, can contain sensitive information which may be stored on their servers for an indefinite amount of time and sold to third parties. The language tools listed on this page do not store your submitted text to a server, and can be self-hosted and used offline for maximum control of your data.
1313

14-
## LTeX for VS Code
14+
## LTeX
1515

1616
<div class="admonition recommendation" markdown>
1717

18-
![LTeX logo](assets/img/language-tools/ltex-for-vscode.svg){ align=right }
18+
![LTeX logo](assets/img/language-tools/ltex.svg){ align=right }
1919

20-
**LTeX** is a multilingual grammar, style, and spell checker for VS Code (or VSCodium) that supports more than 20 languages. It uses the open-source [LanguageTool](https://languagetool.org) spell checker on the backend to check against not just dictionary spelling, but thousands of grammar rules and stylistic errors.
20+
**LTeX** is a multilingual grammar, style, and spell checker that supports more than 20 languages. It uses the open-source [LanguageTool](https://languagetool.org) spell checker on the backend to check against not just dictionary spelling, but also thousands of grammar rules and stylistic errors.
2121

22-
[:material-microsoft-visual-studio-code: VS Code Extension](https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex){ .md-button .md-button--primary }
23-
[:octicons-info-16:](https://valentjn.github.io/ltex/index.html){ .card-link title="Documentation" }
24-
[:octicons-code-16:](https://github.com/valentjn/vscode-ltex){ .card-link title="Source Code" }
22+
**LTeX CLI** is a standalone command-line application which runs completely offline.
23+
24+
[:octicons-home-16: Homepage](https://valentjn.github.io/ltex){ .md-button .md-button--primary }
25+
[:octicons-info-16:](https://valentjn.github.io/ltex/index){ .card-link title="Documentation" }
26+
[:octicons-code-16:](https://github.com/valentjn/ltex-ls){ .card-link title="Source Code" }
2527

2628
</div>
2729

30+
LTeX comes in multiple forms which may suit different use cases. The LTeX CLI is a standalone, command-line application which runs completely offline. The LTeX extension offers integration with popular code editors and runs completely offline.
31+
32+
We use the VSCode extension in our GitHub repository configuration to find any grammar and spelling errors on our website and in our articles.
2833
## Criteria
2934

3035
**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you.

docs/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ For encrypting your OS drive, we typically recommend using the encryption tool y
499499

500500
<div class="grid cards" markdown>
501501

502-
- ![LTeX logo](assets/img/language-tools/ltex-for-vscode.svg){ .twemoji loading=lazy } [LTeX for VS Code](language-tools.md#ltex-for-vs-code)
502+
- ![LTeX logo](assets/img/language-tools/ltex.svg){ .twemoji loading=lazy } [LTeX](language-tools.md#ltex)
503503

504504
</div>
505505

0 commit comments

Comments
 (0)