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.
Not vim necessarily, but I would really suggest thinking about a plain text editor of your choice and some of those lightweight markup languages (Markdown itself, reStructuredText, ASCIIDoc … I prefer rST, but they are mostly the same). Exactly because it allows me to concentrate on the content and ignore formatting. Besides, formatting, do you write for print or as everybody else these days for HTML? Why do you need a large word processor which is build primarily for preparing documents for print? Every serious text editor has some kind of plugins with spellcheckers, grammar checkers, dictionaries, etc.
I like so say I want someday to see my work out in the world in the form of (e)books, so I want to keep my options open.
Eh? Both
pandoc
andrst2epub
can generate eBooks. All those lightweight markup languages are especially awesome for converting into various output formats.