proselint VS vim-textobj-sentence

Compare proselint vs vim-textobj-sentence 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 vim-textobj-sentence
9 3
4,280 99
0.4% -
4.6 0.0
2 days ago about 2 years ago
Python Vim Script
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
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

vim-textobj-sentence

Posts with mentions or reviews of vim-textobj-sentence. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-27.
  • Jump by a sentence forward/backward
    1 project | /r/vim | 29 Jul 2021
    Fork https://github.com/preservim/vim-textobj-sentence and make it treat a comma as end of sentence.
  • How do I jump to the next clause - rather than sentence?
    2 projects | /r/vim | 27 Apr 2021
    There is vim-textobj-sentence to make its sentence detection slightly more intelligent, and targets.vim which gives you some nice helpers for operating on different explicit delimiters and structures.
  • Setting up VIM for blogging
    13 projects | dev.to | 23 Apr 2021
    This plugin provides motion commands based on full sentence detection. You can switch around sentences with ( and ) and use it just as any other motion commands. Depends on vim-textobj-user plugin.

What are some alternatives?

When comparing proselint and vim-textobj-sentence you can also consider the following projects:

vim-pencil - Rethinking Vim as a tool for writing

targets.vim - Vim plugin that provides additional text objects

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

targets - Function-oriented Make-like declarative workflows for R

write-good - Naive linter for English prose

vim-autocorrect - Correct common typos and misspellings as you type in Vim

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) for cross-platform support.

vim-textobj-quote - Use ‘curly’ quote characters in Vim

lsp-grammarly - lsp-mode ❤️ grammarly

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

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.