proselint VS alex

Compare proselint vs alex and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
proselint alex
9 10
4,275 4,751
0.4% 0.5%
4.2 4.0
3 months ago 5 months ago
Python JavaScript
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proselint

Posts with mentions or reviews of proselint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-27.
  • Getting Started with Technical Writing
    1 project | news.ycombinator.com | 27 Nov 2023
    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
    5 projects | /r/neovim | 27 May 2022
    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.
    3 projects | /r/neovim | 5 May 2022
    Something like grammar-guard, proselint and/or language-tool?
  • Grammar checker for scientific writing
    9 projects | /r/emacs | 17 Dec 2021
    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?
    5 projects | /r/emacs | 9 Nov 2021
    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
    9 projects | dev.to | 19 Aug 2021
    proselint
  • Setting up VIM for blogging
    13 projects | dev.to | 23 Apr 2021
    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
    9 projects | news.ycombinator.com | 19 Jan 2021
    You're looking for proselint. https://github.com/amperser/proselint

alex

Posts with mentions or reviews of alex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-21.
  • Markdown Bot - An AI friend who improves your content
    3 projects | dev.to | 21 Jul 2023
    Catch insensitive, inconsiderate writing with tools like alex
  • AlexJS: Catch Insensitive, Inconsiderate Writing
    2 projects | news.ycombinator.com | 20 May 2023
  • A ChatGPT GitHub Action for Reviewing Text for Potentially Discriminatory Language
    3 projects | dev.to | 5 Apr 2023
    This story has been a motivating principle behind my life for a long time, and therefore, whenever I've worked on docs, I've thought about how I could ensure that exclusionary words, even unintentionally, did not make their way into the final copy. During my time at Nexmo, a communications API company, I introduced Alex, an NPM package that helps you identify potentially exclusionary language in your writing, into the CI/CD pipeline for the documentation.
  • What external tools do you use in your workflow?
    4 projects | /r/LaTeX | 3 Jan 2023
    As a philosophy student: Zotero for reference management, the Better BibTeX plugin to auto-generate a .bib file, and two language servers for diagnostics: LTeX for grammar- and spellchecking, and alex for style and sensitivity checking.
  • JavaScript library that converts a string to gender-neutral language?
    3 projects | news.ycombinator.com | 30 Dec 2022
    When using it as a lib you can pass a markdown string (https://github.com/get-alex/alex#markdownvalue-config) or raw text string (https://github.com/get-alex/alex#textvalue-config). This will return an object that should contain everything you need to perform a naive replacement.
  • Detect Non-Inclusive Language with Retext and Node.js
    4 projects | dev.to | 2 Sep 2022
    alex is a lovely command-line tool that takes in text or markdown files and, using retext-equality and retext-profanities, highlights suggestions for improvement. alex checks for gendered work titles, gendered proverbs, ableist language, condescending or intolerant language, profanities, and much more.
  • The Actual Mind of the Algorithm (Cortex 132)
    5 projects | /r/CGPGrey | 18 Aug 2022
    Heck, he could even go so far and start using GitHub's automation system (Actions) to run some check on his writing. (Maybe something like alexjs)
  • Mod fight over pronoun flairs in /r/programminghorror
    1 project | /r/SubredditDrama | 16 Jun 2022
    I've been a part of several code clean-ups where giant code bases needed to be changed to considerate language. I've never once encountered a bad actor when the actual work got underway. Part of being a programmer is to question the reasoning behind large changes but any programmer worth their salt understands the big picture if you can clearly explain it. I wouldn't read too much into the actions of a few people in any programming subreddit who are opposed to pronouns. Those people will always exist. I'm certain that the vast majority of programmers in those subs are either strongly in favour of gendered pronouns or are apathetic toward it. To drive home the point, the fight for considerate language has been driven by developers themselves. All these wonderful tools such as alex.js or even org level changes inside big companies are part of it.
  • Markdown Linting
    9 projects | dev.to | 19 Aug 2021
    alex

What are some alternatives?

When comparing proselint and alex you can also consider the following projects:

vim-pencil - Rethinking Vim as a tool for writing

http-server - a simple zero-configuration command-line http server

vale - :pencil: A markup-aware linter for prose built with speed and extensibility in mind.

torrent - download torrents with node from the CLI

write-good - Naive linter for English prose

Live Server - A simple development http server with live reload capability.

novelWriter - novelWriter is an open source plain text editor designed for writing novels. It supports a minimal markdown-like syntax for formatting text. It is written with Python 3 (3.8+) and Qt 5 (5.15.0+) for cross-platform support.

wifi-password - Get current wifi password

lsp-grammarly - lsp-mode ❤️ grammarly

David - :eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.

coc-diagnostic - diagnostic-languageserver extension for coc.nvim

iponmap - commandline IP location finder