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!
Hi, I maintain the AUR package. Didn’t know the repo got moved to codeberg! If you could let me know when the deb is released that would be great, I’ll be able to update it then :)
Glad to know youre around! Sorry for the no contact, had no idea how to. You got email/matrix/codeberg user where i can contact?
Thanks for maintaining the AUR package :) Guess this could be ticked as resolved now ? https://codeberg.org/solver-orgz/treedome/issues/67
You should write a description of what it is in your post
Its “A local-first, encrypted, note taking application with tree-like structures, all written and saved in your computer”
Whoever took that screenshot needs a better spot for their passwords and shit. Those should not be mixed.
what do you mean my password and anime recommendation shouldnt be mixed in the same file?
Passwords should be stored in a password manager.
Also dont shit where you eat
How does this differ from Obsidian?
AFAIK, obisidian is:
- Not open source, treedome is open source.
- Uses a centralized server to sync your notes, treedome instead uses a single local file which you can sync, move around, however you want.
- Uses graph, treedome is working with trees and tagging instead.
- Uses plugins to add more feature to the notes, treedome doesn’t plan to do this. We at least want a complete experience out of the box, with notes files that’s fairly stable within a major version. I have to make it stable since the start because I’m already using it for work and personal.
With everything stored in a single file, does that mean you need to close Treedome on ComputerA before it can by synced to ComputerB?
If computerA makes an edit in one note while computer B makes an edit in another note, does that create a sync conflict? (Assuming syncing with Nextcloud, syncThing or similar)?
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
On the second point, Obsidian’s vaults are intentionally stored as a single folder that can be synced easily, including all settings. They do have a service for syncing, but with a bit of tech know-how it’s still really easy to sync. Also, all notes are stored as plaintext markdown files, which is convenient since many programs can read markdown.
Rest is correct tho.
Is it stored in a single folder like joplin does? Can I move the folder around and easily open it after I did that?