• Eevoltic
    link
    fedilink
    English
    284 months ago

    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 :)

  • Nix
    link
    fedilink
    English
    18
    edit-2
    4 months ago

    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”

    • @tengkuizdihar@programming.devOP
      link
      fedilink
      144 months ago

      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.
      • @klangcola@reddthat.com
        link
        fedilink
        104 months ago

        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)?

        • @tengkuizdihar@programming.devOP
          link
          fedilink
          34 months ago

          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
          • @Fenzik@lemmy.ml
            link
            fedilink
            54 months ago

            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

            • @tengkuizdihar@programming.devOP
              link
              fedilink
              24 months ago

              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.

              • @Fenzik@lemmy.ml
                link
                fedilink
                24 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.

            • @tengkuizdihar@programming.devOP
              link
              fedilink
              14 months ago

              This app is never intended to be used by multiple people. The way i sync right now is using a manual upload/download. The .note file is sqlite, but you should treat it as a note file for a single person.

      • @Sekoia@lemmy.blahaj.zone
        link
        fedilink
        74 months ago

        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.

          • @Sekoia@lemmy.blahaj.zone
            link
            fedilink
            104 months ago

            Yes and yes. The folder is just a bunch of markdown documents, as well as a hidden folder containing configuration, plugins, etc (json, js, css, etc). The vault is entirely self-contained.

  • jlow (he/him)
    link
    fedilink
    54 months ago

    How’s the search function? That’s the one (not unimportant +___+) thing that really sucks with Joplin and would make me consider alternatives.

    • @tengkuizdihar@programming.devOP
      link
      fedilink
      34 months ago

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

      • @klangcola@reddthat.com
        link
        fedilink
        74 months ago

        Does that mean TreeDome is the only program that can meaningfully open the notes file?

        Is there a mobile client planned? Or do you know if any current mobile apps are able to read the TreeDome notes file?

        • @tengkuizdihar@programming.devOP
          link
          fedilink
          14 months ago

          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.

  • Pol
    link
    44 months ago

    I merged the new update in nix myself, it will be available soon in subsequent release branches.

  • NikkiNikkiNikki
    link
    fedilink
    24 months ago

    nice, was thinking about this for a while but I hated writing the MD to whatever GUI framework i used, and a lot of the other stuff is either really outdated looking, or just unmaintained

    • @tengkuizdihar@programming.devOP
      link
      fedilink
      34 months ago

      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.

    • @klangcola@reddthat.com
      link
      fedilink
      34 months ago

      There’s a list of reasons under Origin and Namesake

      Although for me having everything stored in a single database-file is a negative, I much prefer a directory with individual files, accessible from any software. So I’ll have a closer look at CherryTree, thanks for bringing it to my attention

  • piefedderatedd
    link
    fedilink
    24 months ago

    Hi OP, thanks for this. Looks interesting. Can you fix the web link in your post ? There is a dot at the very end.