-
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.9+) and Qt 5 (5.15) for cross-platform support.
UPD: Dev just answered[0] to your qestions:
Q: Is it suitable for non-technical writers? is there any feedback on them baing able to use markdown, @pov tags etc?
A: "non-technical" as in the person or the writing itself? I deliberately chose not to write a WYSIWYG editor in order to keep the files plain text and as simple as possible. I've written a WYSIWYG editor before, and didn't like the result. I guess having to use some markup makes it slightly technical in use, but I've also added menu entries and keyboard shortcuts for all the features, so it shouldn't be too difficult to get started.
Q: Did you try some commercial competitors? How would you compare? I understand scrivener is one popular option
A: I've used it, yes. It's excellent, and perfect if you want a full WYSIWYG editor with a lot of features. I went in a different direction exactly because I wanted something simpler. Also, as a Linux user, the lack of decent options was a factor.
[0] https://github.com/vkbo/novelWriter/discussions/567#discussi...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
You're looking for proselint. https://github.com/amperser/proselint
-
KeenWrite
Discontinued Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.
> quick-and-dirty character family tree for my own reference
KeenWrite supports inline TeX, Mermaid (via Kroki), R for calculations, and interpolated string variables:
https://github.com/DaveJarvis/keenwrite#screenshots
This allows me to create a family tree and, when I change a character's name, the diagram---along with every other reference to their name---is updated automatically. Here's a video showing how it works:
https://www.youtube.com/watch?v=u_dFd6UhdV8
-
> You know a better tool that does the work?
Yep, KIT Scenarist.[0]
[0] https://github.com/dimkanovikov/KITScenarist
-
Also Vim's markdown conceal as seen here: https://github.com/plasticboy/vim-markdown#syntax-concealing
The vim-pandoc-syntax plugin also has syntax concealing enabled by default, IIRC.
Related posts
-
Is Scrivener worth the money?
-
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.
-
Decided to post this here as well
-
Coming soon: Publishing Beautiful Books with Markdown
-
What's the best app for writing a book?