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.

  • Tiuku@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    6 months ago

    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.

  • SuperiorOne@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    6 months ago

    I recommend Obsidian with community plugins. Application itself isn’t open-source but your content stored as markdown files.

        • toastal@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          6 months ago

          It’s not compatible with other Markdown forks, but the whole Markdown ecosystem is a mess duct taped together by more forks & extensions that aren’t compatible either. Even the common denominator CommonMark is feature-barren & isn’t suitable for documentation or technical writing, but boy howdy will the next guy have his Markdown contraption to sell you.

  • driveway@lemmy.zip
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    I’d use OverLeaf. Open source LaTeX editor with cloud storage, simple setup, plugins, extensive documentation.

  • lapislazuli@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    FocusWriter for a minimalist, focused writing experience. You can edit the existing template for a dark theme and white text. I rather like the typewriter font, Liberation Mono (it was Courier something back on Windows). Give it a try. I’ve been using it for around 3-4 years.

  • thayer@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    6 months ago

    While I’m a big fan of Vim, it’s definitely not for everyone.

    I spend about half of my writing time in VSCodium, which is a community-based release of Microsoft’s open source VS Code editor. There are several markdown, grammar, and focus-oriented plugins for the platform, and you can pretty much shape it into whatever kind of editor you want.

    I use VSCodium for the vast majority of my personal notes, technical writing, and project documentation (nearly all of which are written in markdown format).

  • callyral [he/they]@pawb.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    6 months ago

    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.

  • jodanlime@midwest.social
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    6 months ago

    If you base your opinion of vim from memes you are missing out. Anyone who can’t take 10 minutes to type vimtutor in their terminal is not someone to base an opinion on. These memes come mostly from impatient people that can’t read the docs. It’s a fantastic text editor.

    That being said, it’s not meant to be used for written words it’s meant to write code and config files. You want to look for a word processor.

    Abiword, etherpad, focuswciter are probably the next 3 biggest on Linux behind libre and open office.

    Personally I prefer markdown for most things these days but it’s not exactly meant for word processing either.

  • Starfighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    Typst

    You can use their online web-editor (similar to OverLeaf for LaTeX) or download the open-source engine and run it locally (there are extensions available for many text editors).

    Compared to LaTeX I find it much more comfortable to work with. It comes with sane, modern defaults and doesn’t need any plugins just to generate a (localized) bibliography or include links.

    Since Typst is very young compared to LaTeX I’m sure that there are numerous docs / workflows that can’t be reproduced at the moment but if you don’t need some special feature I’d recommend giving it a shot.

  • Handles@leminal.space
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    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.

  • rstein@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 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
      ·
      6 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
        ·
        6 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.