Skip Navigation

Writing program

Besides Libre Office, what other programs/solutions exist in the Linux world for writers?

(Please, don't suggest VIM. After all the memes and comments I've read, I've come to dread it).

I like writing but the standard Writer tends to send me in a constant formatting spree.

I want to get back to writing regularly and something that could help me stay focused and somewhat organized would be nice.

50 comments
  • Any text editor that lets you write Markdown (all of them, since markdown can be written as a plain text file). It's simple but featureful. I would recommend Marktext.

  • If markdown fulfills your formatting needs, then there's no beating it in terms of focus and simplicity. Use whatever text editor you like. My recommendation would be Kate. It supports previewing the rendered document in side by side view.

  • KDE comes with its own office suite. I've always preferred libre office so I don't have much experience with it, but it's there.

  • I would have said Doom Emacs but given your note about vim, I'm assuming it wouldn't be a great fit for you. Still, I used to write in Darkroom on Windows, because I really liked the totally minimal and simplistic nature of it, and Doom Emacs with writeroom-mode is a perfect upgrade.

    As for other alternatives, it all depends on your own taste. I don't think the issue here is really the amount of apps, just finding the right one. You mentioned Writer sends you on a constant formatting spree, so maybe a text editor would fit you better than a word processor like Writer.

    In that case, I suggest you look at something that would resemble notepad. Lite XL is my favourite notepad-like text editor but I don't think it's usually available as a package. You can also try Gnome Editor as it is essentially Gnome's answer to the lack of a super-minimalist app like MS notepad on linux. People have mentioned Obsidian and while it's nice, if you're not going to be using Obsidian's graph or linking features I'd say you're better off with a simpler markdown editor, Marktext is pretty nice imo. Sublime text is another good option for customizability, ease of use, and minimalism (Although not FOSS if that matters to you, neither is Obsidian for that matter).

    You can also try and find a port of the original darkroom, as far as minimalism goes it really gets it right.

    Overall, from what I can gather from your post, I suggest you use Marktext or LiteXL, if possible. Try out one of the other mentioned apps if those don't fit your workflow.

    Edit: For clarification, these are my suggestions for writing, formatting is a completely different practice and might need other tools.

  • I've found that for me markdown is the very simplest, yet versatile way of typing out stuff quickly and regularly. And it's not bound to any one software or platform, so I use Markor on my phone and Geany on my laptop.

  • I know you said don't suggest Vim, but I use Neovim for my writing and write in markdown. Any markdown editor will do. Marker is fine. It's really easy to convert to another format like HTML or EPUB with pandoc. Markdown has minimal formatting, too, so it shouldn't bug you so much.

    FocusWriter is another good suggestion if that's more what you're interested in.

50 comments