SaaSHub helps you find the best software and product alternatives Learn more →
Proselint Alternatives
Similar projects and alternatives to proselint
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
grammar-guard.nvim
Discontinued Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
proselint discussion
proselint reviews and mentions
- Proselint – A Linter for Prose
-
Getting Started with Technical Writing
So cool. Looks like the proseline site is down. For anyone else who wanted to read the approach - https://github.com/amperser/proselint/blob/b5b7536bec5fd461e...
-
Writing like a pro with vale & neovim
You can try proselint, which also has built-in support in null-ls. Its LaTeX support isn't perfect, but it's workable.
-
Help with autocompletion for prose writing.
Something like grammar-guard, proselint and/or language-tool?
-
Grammar checker for scientific writing
Yep, though there's not a lot to see! Follow the instructions for installing proselint at https://github.com/amperser/proselint and configure as follows:
-
Is there a reliable Grammarly package for Emacs?
Vale uses a customizable grammar checker, and you can download some open-source configurations to start working with from the link above. Then, you just need to add something like below to your Emacs configuration: (flycheck-define-checker vale "A prose linter" :command ("vale" "--output" "line" source) :standard-input nil :error-patterns ((error line-start (file-name) ":" line ":" column ":" (id (one-or-more (not (any ":")))) ":" (message) line-end)) :modes (markdown-mode org-mode text-mode) ) (add-to-list 'flycheck-checkers 'vale 'append) (setq flycheck-vale-executable "/usr/local/bin/vale") It looks like you can do something similar with Proselint, which looks wonderful and I have been meaning to try using in my day-to-day: https://unconj.ca/blog/linting-prose-in-emacs.html .
-
Markdown Linting
proselint
-
Setting up VIM for blogging
Full list here. Since the tool is a linter, it sounds like it should work with language servers. I use CoC.nvim for LSP features. Thankfully some smart guys have figured out how to make proselint work with coc.nvim & coc-diagnostic (see here). Now it works for my blog posts just like clangd does for my C++ code.
-
novelWriter 1.0
You're looking for proselint. https://github.com/amperser/proselint
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Feb 2025
Stats
amperser/proselint is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of proselint is Python.