I’ve no problem with using LibreOffice for most of my document needs, but i haven’t found a good substitute for microsoft’s OneNote yet. I mainly use it to plan my RPG games and it helps a lot. What alternatives are there for organizing notes on linux, with similar features to those that OneNote provides?

  • nova_ad_vitum@lemmy.ca
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    8 months ago

    I recently settled on Obsidian too. It’s proprietary software, but the text files themselves are in simple markdown and readable in a text editor. Additionally, you can sync across multiple devices using their paid service (which works flawlessly for everything) or set up sync yourself for free if you know how to host a couchdb instance yourself (works perfectly for everything except iOS, apparently).

    The plugin support was baked in from the start so it’s extremely flexible.

      • nova_ad_vitum@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        That’s fair, the privacy concerns are not ultimately addressable with a closed-source application. I can encrypt communication and the db itself since I am self-hosting it, but ultimately I’m using the obsidian app on desktop and mobile so I don’t know where the data is going unless I specifically manage it’s network usage etc which is a ton of extra work.

        I haven’t actually started taking notes with obsidian yet, I just got it setup. But the plugin support is…massive. IDK.

      • nova_ad_vitum@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        8 months ago

        Yes I probably should have implemented that, but the Obsidian plugin implementation (“Self-hosted Live sync”) appears to work almost shockingly well. I was amazed by how easy it was to setup . Setting up a couchdb instance took more time than getting sync going across all my devices, and couchdb wasn’t that hard either.

        • Jelloeater@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          I think that’s the part I had a hard time w. The db setup. I’m only good at postgres and sqllite.