this post was submitted on 23 Mar 2025
450 points (97.1% liked)
Technology
68131 readers
3320 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is a good time to switch to Notesnook, which has a OneNote importer.
Why am I about to shill so hard for this particular app? Simple, because after Evernote enshittified over a decade ago, I switched to OneNote as the least terrible alternative, and then spent the next ten years trying to find an actually good, open source notes app.
Call me Ahab because this motherfucker has been my white whale for a not-insignificant portion of my life.
Notesnook, finally, hit everything I wanted;
What it's currently lacking is drawing support. If that's a must have for you, check out Joplin instead (at least for now, I've seen some talk about Notesnook integrating Excalibur for digital canvas, which would be a superb solution).
Anyway, please check out Notesnook. It's excellent, and I like sharing excellent things. https://notesnook.com/downloads/
Did you by chance self host the sync server using docker compose? Their instructions aren't great and I was hoping you had some tips.
For anyone else interested, if I figure it out, I'll post what I did here.
Edit 1: I finally got it all setup but syncing isn't working so I guess I did something wrong ๐ . Troubleshooting now
$5 says you need a srv record or something that wasn't obvious from the docs
I don't know what the fuck is going on. The client app connects to all 4 servers it needs a connection to. I can create a user on the server and all clients can login using it, I just can't get notes to sync.
Official docs here
I found this tutorial1 and this tutorial2
Tutorial2 makes this one port change to the official docker compose file but otherwise is seemingly the same as tutorial1:
With that change, and setting the port of the domain to 9090, I can access minio in the browser. But I don't know if that's necessary or not. I'm stumped.