proselint
A linter for prose. (by amperser)
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. (by vkbo)
Our great sponsors
proselint | novelWriter | |
---|---|---|
8 | 37 | |
4,184 | 1,495 | |
0.3% | - | |
4.6 | 7.3 | |
about 1 month ago | 5 days ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 only |
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.
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.
-
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
novelWriter
Posts with mentions or reviews of novelWriter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-02.
-
What kind of applications are missing from the Linux ecosystem?
Novelwriter almost hits the sweet spot, but misses some features and is written in python, which makes some features hard to implement due to the nature of the programming language.
-
Looking for a 'Scrivener Light'
Alternatively, if you want Scrivener-like and are happy with open source projects, novelWriter scratches some of the same itch and is (a) free and (b) available on Linux, Windows, and macOS: it has a similar project-oriented interface to Scrivener, can export projects in HTML, Open Document, Markdown, Plain Text, or PDF, supports tagging and metadata, and uses Markdown for authoring. It's much less hot on importing foreign files (it's really an authoring tool) but is implemented in Python, uses XML/Json for internal files/metadata/configuration, and in use feels like an early version of Scrivener 1.x (which is really what your students want, but Lit'n'Latte discontinued it about a decade ago and you can no longer buy it).
- App for writing stories
-
PC users, what free program would you recommend for story writing/planning?
Have you looked at yWriter, Skribisto, novelWriter, or Wavemaker?
-
Software for Writing on Linux
novelWriter is an option for specialized "novel" work.
-
I'm looking for free screenwriting software for Endeavor OS
There is Novelwriter, ostorybook (make sure you select the right java during install or it won't run. I used the plain 'JRE' and it worked) and also one called Manuskript.
-
What software do you miss from Windows & macOS?
Yeah, I actually found the AppImage after posting that comment. That goes a long way. novelWriter also looks excellent, but it's still very much not even in the same class.
-
Looking for a piece of software that would help me in writing a book. I haven't written much so I have no expectations. I found some fancy, full-featured app for Mac that costs $50, was wondering if there was anything FOSS with fewer features.
https://novelwriter.io/ is another option, plus it is FOSS
-
Coming soon: Publishing Beautiful Books with Markdown
I've seen one interesting tool that tries to bridge the gap somewhat for writing books, and it does that by being its own software with a split-panel view built-in and bolting extra syntax on top of markdown: https://github.com/vkbo/novelWriter
-
If you are an author, what do you do your writing in?
I haven't used it, but I have https://novelwriter.io/ bookmarked as a FOSS option, especially as it has markdown-like syntax.
What are some alternatives?
When comparing proselint and novelWriter you can also consider the following projects:
vim-pencil - Rethinking Vim as a tool for writing
write-good - Naive linter for English prose
vale - :pencil: A syntax-aware linter for prose built with speed and extensibility in mind.
coc-diagnostic - diagnostic-languageserver extension for coc.nvim
CudaText - Cross-platform text editor, written in Lazarus
manuskript - A open-source tool for writers
Apostrophe - Mirror of
lsp-grammarly - lsp-mode ❤️ grammarly
CherryTree - cherrytree
vim-wordy - Uncover usage problems in your writing
vale-styles - Checks for Vale based on popular style guides
markdownlint - Markdown lint tool