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.

  • rstein@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    9 months ago

    It depends on what you want to achieve.

    Vi and it’s descendants are brilliant editors for a programmer but not for writing prose. So stay away from them. ;-)

    Do you want just to write text without being distracted by an overwhelming gui or are you fine with the hint at options?

    Do you want to write in a terminal?

    How much do you want to format while typing? By typing the format commands into the text or by clicking on buttons or ctrl-key magic?

    Do you need version control?

    For each of your combination of answers there are different solutions.

    • taladar@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      Vi and it’s descendants are brilliant editors for a programmer but not for writing prose.

      They work just fine for writing prose too. Though you probably do not need to learn them if you only want to write prose.

      • goosehorse@livesound.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        9 months ago

        I wrote almost all of my grad school work in Vim and Emacs/Evil, in a non-compsci field! It was fantastic for editing, and I used pandoc to automate proper formatting, citations, and bibliographies for my papers and thesis. 10/10 would recommend to someone who is tech savvy or has a tangential interest in programming.