this post was submitted on 09 Mar 2026
50 points (96.3% liked)

Open Source

45284 readers
104 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Hey everyone, I'm trying to replace most of the private owned app I use by FOSS ones, and today i'm pointing at notion.

I just use it as a way to organize my notes and use it both on my laptop and phone, and i'm looking for something that can have that fonctionnality.

I've already looked into a bunch of foss note taking apps but I didn't see any that could do it. (maybe i didn't look hard enough tho)

I'm willing to use syncthing or smth similar if needed.

do you have any recommendations? anyway, have a nice day and thanks to everyone making the internet/softwares more libre and accessible!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] communism@lemmy.ml 2 points 1 day ago (1 children)

I use Notesnook and I'm happy with it. They have a flagship instance with free accounts if you don't want to self-host.

If you want something more lightweight and are up for using syncthing, just a bunch of markdown files synced with syncthing also works. You can encrypt them with your pgp key if you want encryption, but that doesn't encrypt metadata like file names, directory structure, or when files were last edited.

[โ€“] moonpiedumplings@programming.dev 1 points 1 day ago* (last edited 1 day ago)

Syncthing has encryption as well. You can have a device be "untrusted" so you put in an encryption password, and data sent to and stored on that device will be encrypted.

Although this does encrypt file (and directory) names, the caveats about folder structure and modification time still apply.