
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Grammar/spell checker using LanguageTool with support for LaTeX, Markdown, and others
LTEX provides offline grammar checking of various markup languages in Vim/Neovim using LanguageTool (LT) and coc.nvim. LTEX currently supports BibTEX, ConTEXt, LATEX, Markdown, Org, reStructuredText, R Sweave, and XHTML documents. In addition, LTEX can check comments in many popular programming languages (optional, opt-in).
The difference to regular spell checkers is that LTEX not only detects spelling errors, but also many grammar and stylistic errors such as:
This is an mistake.The bananas is tasty.We look forward to welcome you.Are human beings any different than animals?A classic use case of LTEX is checking scientific LATEX papers, but why not check your next blog post, book chapter, or long e-mail before you send it to someone else?
Find more information and documentation about LTEX on the official website.
LTEX is a successor (since it's a fork) of the abandoned LanguageTool for Visual Studio Code extension by Adam Voss†.

:CocInstall coc-ltexlet g:coc_filetype_map = {'tex': 'latex'} to ~/.vimrc (Vim) or ~/.config/nvim/init.vim (workaround for #425, until neoclide/coc.nvim#3433 is released)ltex.enabledltex.languageltex.dictionaryltex.disabledRulesltex.enabledRulesltex.hiddenFalsePositivesltex.bibtex.fieldsltex.latex.commandsltex.latex.environmentsltex.markdown.nodesltex.configurationTargetltex.additionalRules.enablePickyRulesltex.additionalRules.motherTongueltex.additionalRules.languageModelltex.additionalRules.neuralNetworkModelltex.additionalRules.word2VecModelltex.languageToolHttpServerUriltex.languageToolOrg.usernameltex.languageToolOrg.apiKeyltex.ltex-ls.pathltex.ltex-ls.logLevelltex.java.pathltex.java.initialHeapSizeltex.java.maximumHeapSizeltex.sentenceCacheSizeltex.completionEnabledltex.diagnosticSeverityltex.checkFrequencyltex.clearDiagnosticsWhenClosingFileltex.statusBarItemltex.trace.server\text{...} in math mode from producing false positives?FAQs
Grammar/spell checker using LanguageTool with support for LaTeX, Markdown, and others
We found that coc-ltex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.