• Eevoltic@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    28
    ·
    7 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@merv.news
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    7 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”

          • delirious_owl@discuss.online
            link
            fedilink
            arrow-up
            11
            arrow-down
            1
            ·
            edit-2
            7 months ago

            because not all encryption is created equal.

            Also password managers should lock after some seconds. You wouldn’t want your note taking app to lock as frequently as your password manager.

            The key to opsec is compartmentalizing.

            • Natanael@slrpnk.net
              link
              fedilink
              arrow-up
              5
              ·
              7 months ago

              This. Good password managers are careful with securely handling stuff like data caching, etc

              • Gooey0210@sh.itjust.works
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                7 months ago

                Good password managers, but what if not every single person wants to use “good password managers”

                I agree it’s not perfect, but at the same time it’s better than using some third party service, or using plaintext, or using the same password everywhere

                If somebody wants to use some gocryptfs or veracrypt for storing passwords, why not, it’s not the best, but still pretty nice

                • Natanael@slrpnk.net
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  7 months ago

                  Good password managers can even check the current open browser tab domain and autofill securely. Your random note taking app won’t detect a phishing site.

            • Gooey0210@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              arrow-down
              2
              ·
              7 months ago

              because not all encryption is created equal.

              XChaCha20-Poly1305 is used by a lot of stuff, pretty solid thing

              Also password managers should lock after some seconds. You wouldn’t want your note taking app to lock as frequently as your password manager.

              I would love my notes to lock in some time

              The key to opsec is compartmentalizing.

              It’s more true for privacy and anonymity, but security doesn’t really care about compartmentalizing your everyday notes from your everyday passwords.

              And in general, some people might need some lighter approach for storing passwords, unless it’s some google keep, or some other plaintext, I think it should be fine

              • tengkuizdihar@programming.devOP
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                7 months ago

                Just for disclaimer, @Gooey0210@sh.itjust.works isnt me. I agree, even though the encryption used in treedome is pretty solid (imo), my note taking app is definitely not recommended for keeping your password. Use a dedicated password manager, open source one ofc. I think the lock time idea is good.

                But I did put my password there, for when I can’t access my other password manager. Backup of a backup of a backup.

  • helenslunch@feddit.nl
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    7 months ago

    Why are there like 34 Notes apps and none of them do what I want?

    I just want a self-hosted Google Keep clone. One that doesn’t have any features outside of checkboxes.

    • tengkuizdihar@programming.devOP
      link
      fedilink
      arrow-up
      14
      arrow-down
      1
      ·
      7 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.
      • Sekoia@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        7
        ·
        7 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
            arrow-up
            10
            ·
            7 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.

    • tengkuizdihar@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      7 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.

  • Pol@infosec.pub
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

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

    • tengkuizdihar@programming.devOP
      link
      fedilink
      arrow-up
      4
      ·
      7 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.

  • Clay_pidgin@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 months ago

    This is like OneNote? I’ll try it. I assume there’s nothing stopping me from putting the file on a shared folder.

    • tengkuizdihar@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      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.

  • NikkiNikkiNikki@kbin.social
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    7 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