All Projects → emacs-languagetool → flycheck-languagetool

emacs-languagetool / flycheck-languagetool

Licence: GPL-3.0 license
Flycheck support for LanguageTool

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to flycheck-languagetool

Burp Unauth Checker
burpsuite extension for check unauthorized vulnerability
Stars: ✭ 99 (+125%)
Mutual labels:  checker
Xposedchecker
[Deprecated] Check whether your xposed has been enabled.
Stars: ✭ 173 (+293.18%)
Mutual labels:  checker
Forbidden Apis
Policeman's Forbidden API Checker
Stars: ✭ 216 (+390.91%)
Mutual labels:  checker
Mrz
Machine Readable Zone generator and checker for official travel documents sizes 1, 2, 3, MRVA and MRVB (Passports, Visas, national id cards and other travel documents)
Stars: ✭ 119 (+170.45%)
Mutual labels:  checker
Grunt Html
Grunt plugin for html validation
Stars: ✭ 165 (+275%)
Mutual labels:  checker
Omrchecker
Grade exams fast and accurately using a scanner 🖨 or your phone 🤳.
Stars: ✭ 189 (+329.55%)
Mutual labels:  checker
Constantine
A plugin for Clang compiler
Stars: ✭ 89 (+102.27%)
Mutual labels:  checker
action-my-broken-link-checker
A GitHub Action for checking broken links
Stars: ✭ 32 (-27.27%)
Mutual labels:  checker
Minestat
📈 A Minecraft server status checker
Stars: ✭ 168 (+281.82%)
Mutual labels:  checker
Markdown Link Check
checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
Stars: ✭ 198 (+350%)
Mutual labels:  checker
Update Check
Minimalistic update notifications for command line interfaces
Stars: ✭ 145 (+229.55%)
Mutual labels:  checker
Unfx Proxy Checker
Unfx Proxy Checker - Powerful proxy checker with huge features and beautiful design. Easy sorting and filtering by all parameters.
Stars: ✭ 158 (+259.09%)
Mutual labels:  checker
Npmvet
A simple CLI tool for vetting npm package versions
Stars: ✭ 193 (+338.64%)
Mutual labels:  checker
Atlantr
Fastes Email:Pass Checker on the planet.
Stars: ✭ 115 (+161.36%)
Mutual labels:  checker
Neomake
Asynchronous linting and make framework for Neovim/Vim
Stars: ✭ 2,512 (+5609.09%)
Mutual labels:  checker
Fork Ts Checker Webpack Plugin
Webpack plugin that runs typescript type checker on a separate process.
Stars: ✭ 1,343 (+2952.27%)
Mutual labels:  checker
Leaked
Leaked? 2.1 - A Checking tool for Hash codes, Passwords and Emails leaked
Stars: ✭ 184 (+318.18%)
Mutual labels:  checker
node-lintspaces
A validator for checking different kinds of whitespaces in your files.
Stars: ✭ 31 (-29.55%)
Mutual labels:  checker
Querly
Query Method Calls from Ruby Programs
Stars: ✭ 226 (+413.64%)
Mutual labels:  checker
Nspell
📝 Hunspell compatible spell-checker
Stars: ✭ 195 (+343.18%)
Mutual labels:  checker

License: GPL v3 MELPA MELPA Stable

flycheck-languagetool

Flycheck support for LanguageTool.

CI

💾 Installation

The instruction to use this plugin.

  1. Download LanguageTool from https://languagetool.org/download/.
  2. Extract on to your local machine.
  3. Consider adding the following snippet to your configuration.
(use-package flycheck-languagetool
  :ensure t
  :hook (text-mode . flycheck-languagetool-setup)
  :init
  (setq flycheck-languagetool-server-jar "path/to/LanguageTool-X.X/languagetool-server.jar"))
  1. 🎉 Done! Now open a text file and hit M-x flycheck-mode!

🔧 Configuration

  • flycheck-languagetool-url
  • flycheck-languagetool-server-jar
  • flycheck-languagetool-server-port
  • flycheck-languagetool-active-modes
  • flycheck-languagetool-language (Default "en-US")

📖 Spellchecking

LanguageTool’s spellchecking will be disabled if flyspell-mode or jinx-mode is active. Disable those modes if you would prefer LanguageTool to check for spelling mistakes.

Troubleshooting

You can find log messages from a local LanguageTool server in a hidden buffer called *LanguageTool server*.

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].