this post was submitted on 18 Feb 2024
159 points (98.8% liked)

Open Source

30221 readers
199 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 5 years ago
MODERATORS
159
Treedome 0.4 Released (programming.dev)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

Treedome is a local-first, encrypted, note taking application with tree-like structures, all written and saved in your computer

Currently you can only try it by building it yourself, instruction here. https://codeberg.org/solver-orgz/treedome/src/branch/master/docs/building.md But .deb and nixpkgs update is planned to follow suit though! You can also try an outdated one in https://aur.archlinux.org/packages/treedome-bin

Tell me what you think about it!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (7 children)

Yes, there will be conflict if you use it in two different computer, and those two different computer have different changes at the same time, and then sync it. For now to avoid any sync error:

  • use it one computer at a time
  • always sync it whenever you've made change in it
[–] [email protected] 5 points 6 months ago (2 children)

That’s actually a big negative compared to Obsidian. It’s just a bunch of markdown files in a folder, so you can sync them using e.g. git and manage conflicts that way

[–] [email protected] 2 points 6 months ago (1 children)

True, but for me the non encrypted (they say its encrypted but i dont really trust it) and proprietary is a big turn off for me. I dont want my notes, which are a definite extension of my mind, to be owned/used/stored by someone else that have "profit first" in mind.

[–] [email protected] 2 points 6 months ago

That’s only with Sync. But the notes are just markdown, so you can also just use GitHub or whatever to sync them. They never need to hit Obsidian’s servers, and that’s actually the default because you have to pay for Sync.

load more comments (4 replies)