this post was submitted on 02 Jun 2026
268 points (94.1% liked)

Open Source

47379 readers
187 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
 

HelixNotes is completely free, open source, with no bloat. Your notes should be yours.

So we made sure they are. https://helixnotes.com/

you are viewing a single comment's thread
view the rest of the comments
[–] Zeiram@lemmy.zip 2 points 2 weeks ago (1 children)

I'm doing this about an intermediate step. My notes are all in a GIT repository. So I use GIT to create the synchronization between the different devices. On the smartphone with PuppyGit. Positive side effect: The note app itself does not require synchronization.

[–] someonesmall@lemmy.ml 1 points 2 weeks ago (1 children)

How do you commit changes and solve conflicts? Thank you!

[–] Zeiram@lemmy.zip 1 points 5 days ago

I am the only one that edit the notes. So I know when I changed what and thus perform push/pull in the correct order. It is very rare that I edit the same note on several devices at the same time.