A local-first, encrypted, note taking application organized in tree-like structures
Hello again everyone, Dihar here. It's been a while since the last release of treedome, but here you go! This release is all about UI update, emojis, and bug fixes. Please consult this git diff for a more detailed changelog https://codeberg.org/solver-orgz/treedome/compare/0.4.5...0.5.0. These are the highlight of the release.
Add emoji picker for title, will show up in tree!
Text Editor toolbar is back, now with option to toggle both toolbar and floating menu independently!
Checkbox is here! Thanks Mantine UI!
You can check the size of each notes by navigating to Escape Menu -> Configure -> Show Note Sizes!
Add created/last modified date in notes. Note created before this will not have this field and will set as today's date!
Create child note can now be done through dropdown instead of only from shortcuts!
Fix bugs of saving empty tree
General UI update and more stability for auto scrolling in tree view
what worries me about all these note taking apps is are they are future proof? (it's why i use libreoffice and org-mode), I am worried a project will get abandoned and then all the knowledge i inputted (which is years of work) could be hard to migrate.
Maybe all those note taking apps should develop a standard to import and export to?
If you really want to be future proof and interoperable, I suggest you to use something like a git repository + vscode + foam (https://github.com/foambubble/foam). All of the tech is open source and relatively easy to use, especially if you already know git.
Treedome on the other hand can be abandoned. It can be swallowed by the sands of time. It uses a custom file format after all. But because of its open-source nature, as long as you have the code, you can open the notes. But that's a good idea, to be able to export to a plaintext file. You could make a request here if you want https://codeberg.org/solver-orgz/treedome/issues
It's not that future proof, it is using non standard extensions to markdown from what i can tell, so other software would not work with it . The most future proof alternative is creating some standard that is the result of a consensus among multiple implementations (maybe by enhancing common mark? but that seems like the wrong place).
nope, there are some differences (i use the one from my old posts):
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.