Avatar

tengkuizdihar

tengkuizdihar@programming.dev
Joined
9 posts • 98 comments
Direct message

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?

permalink
report
parent
reply

Internally no, this uses tiptap’s document structure, which is more complex than markdown but easier to expand with new feature, if any.

permalink
report
parent
reply

It is like onenote (which is the first serious note taking ive used actually), but it uses tree like structure and tags to organnize its notes. Im quite sure treedome isnt as featurefull tho.

permalink
report
parent
reply

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.
permalink
report
parent
reply

I’ve used CherryTree extensively in the past, with the password protection on (encryption). The save time gets longer as the file gets larger, because it’s encrypting the whole file (every single one of your notes) everytime. I dislike it and told myself to create a new one that solves it. Then, Treedome was born.

permalink
report
parent
reply
Deleted by creator
permalink
report
reply

to those who was asking for tagging for your notes, here it is

CC: @true_blue@lemmy.comfysnug.space

permalink
report
reply

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
permalink
report
parent
reply

Yes, treedome is the only program that can meaningfully open the notes file. This is because the content of the file is always encrypted and stored using sqlite (single file database library). I’m not that good with mobile and I still need to think about how it will be used in mobile. For example, the tree structure is definitely weird if used in mobile.

permalink
report
parent
reply

Is it stored in a single folder like joplin does? Can I move the folder around and easily open it after I did that?

permalink
report
parent
reply