proselint
vim-markdown
Our great sponsors
proselint | vim-markdown | |
---|---|---|
8 | 35 | |
4,184 | 4,423 | |
0.3% | 0.7% | |
4.6 | 7.1 | |
about 1 month ago | about 2 months ago | |
Python | Vim Script | |
BSD 3-clause "New" or "Revised" License | - |
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
-
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.
Proselint is not a VIM plugin. It is a separate tool described as a linter of English prose. Here are some of its features:
-
novelWriter 1.0
You're looking for proselint. https://github.com/amperser/proselint
vim-markdown
- Obsidian without electron?
-
markdown parser for nvim-treesitter?
after searching for a while I found there is a plugin vim-markdown but doesn't work
-
tsnode-marker.nvim enhances context changes in your buffer
Not Neovim specific but vim-markdown supports some conceal functionality.
-
New to NeoVim, wanting to use it for notes.
I can only speak to markdown for linking, but check out vim-markdown. ge lets you navigate from a markdown link to the file it’s linking to.
-
Better markdown syntax highlighting?
But I did find an issue which described the exact same problem. The fix in the last comment works.
I really like https://github.com/preservim/vim-markdown for Markdown.
-
Tried to use vim as a REST client. What do I miss?
Markdown folding and syntax could also be setted up with vim-markdown.
-
How to hide quotes in strings using conceal text
This old markdown plugin for vim includes conceal by default. It doesn't receive updates any more and is written in VimL, but may be what you're after.
-
Starting with Markdown
Use https://github.com/VundleVim/Vundle.vim for vim plugins and something like https://github.com/plasticboy/vim-markdown and here https://vimawesome.com/ you can find other awesome plugins. For learning vim there is build in tutorial. Just type vimtutor in terminal
-
Syntax Highlighting for Notes?
You can use just markdown with e.g. https://github.com/plasticboy/vim-markdown
What are some alternatives?
vim-table-mode - VIM Table Mode for instant table creation.
vimwiki - Personal Wiki for Vim
vim-pandoc - pandoc integration and utilities for vim
vim-pencil - Rethinking Vim as a tool for writing
mkdx - A vim plugin that adds some nice extra's for working with markdown documents
write-good - Naive linter for English prose
vale - :pencil: A syntax-aware linter for prose built with speed and extensibility in mind.
tagbar - Vim plugin that displays tags in a window, ordered by scope
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.7+) and Qt 5 (5.10+) for cross-platform support.
neuron.nvim - Make neovim the best note taking application
wiki.vim - A wiki plugin for Vim
notable - The Markdown-based note-taking app that doesn't suck.