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?
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.
You can also use SyncThing, works great.
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.
I think that’s the part I had a hard time w. The db setup. I’m only good at postgres and sqllite.