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
  • Documentation update
  • @[email protected]
    link
    fedilink
    English
    1325 days ago

    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?

    • @tengkuizdiharOP
      link
      12
      edit-2
      25 days ago

      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

      • @[email protected]
        link
        fedilink
        English
        123 days ago

        I suggest you to use something like a git repository + vscode + foam (https://github.com/foambubble/foam).

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

        • @tengkuizdiharOP
          link
          122 days ago

          Its future proof tho? Markdown has a standard (or at least a common implementation) and foam is just a tool to automate and graph all the boring parts?

          • @[email protected]
            link
            fedilink
            English
            122 days ago

            Yeah but as far as i can tell it still has extensions (see this) , there is no process including RFC where a standard is ratified like ISO/ECMA does for stuff like HTML/javascript/C++ or the open document format. i have some stuff that is more then a decade old that really don’t want to lose.

            • @tengkuizdiharOP
              link
              122 days ago

              the extension could cease to exist, but you can absolutely still access your notes with any text editor decades from now. I still don’t get where the “non-future proof” here. Can’t really be more future proof than a simple text file.

              Arguably, open document format, although standardized, are harder to open and manage because it’s far more complex than a text file that ends with .md.

              • @[email protected]
                link
                fedilink
                English
                121 days ago

                the extension could cease to exist, but you can absolutely still access your notes with any text editor decades from now. I still don’t get where the “non-future proof” here. Can’t really be more future proof than a simple text file.

                Yeah but his kinda turns into a “programmers user interface” that will drastically reduce the usability. As time go by they could add more and more extensions that could make using it in a text editor harder to and harder (my cognitive bandwidth could be used for better things then monitoring that situation).

                Arguably, open document format, although standardized, are harder to open and manage because it’s far more complex than a text file that ends with .md.

                It does a lot more then .md . The structure of incentives will make it usable for a very long time if not forever (there is a lot of content in it, and having it standardized means organisations are more likely to use it). it has also passed the test of time by existing for 19 years. foam is less then 4 years old as far as i can tell.

                • @tengkuizdiharOP
                  link
                  121 days ago

                  Hmm if it comes to the age of a tech and its stability, I agree. I guess only time will tell. But do you have any suggestion for what this note taking format would look like? I personally think for non encrypted notes, foam’s implementation is on the right track.

    • @tengkuizdiharOP
      link
      1225 days ago

      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.
    • @tengkuizdiharOP
      link
      525 days ago

      You are welcome, please do tell about your experience tho, especially what you want to prioritize. Because for me, currently its feature complete.

    • @tengkuizdiharOP
      link
      225 days ago

      nice, im trying to update it on nixpkgs, will probably make 0.5.1 to fix dependencies stuff in master first tho

  • Sunny' 🌻
    link
    fedilink
    3
    edit-2
    25 days ago

    This looks like it would be right up my alley, how can I get this onto my bazzite(ublue immutable) system?

      • Sunny' 🌻
        link
        fedilink
        325 days ago

        Jupp that’s the one 😊 I’ll have to do some digging as I’m not too sure myself. I’ll update you om how it goes as I really want to try this out!

        • @[email protected]
          link
          fedilink
          2
          edit-2
          24 days ago

          I’d recommend checking out Distrobox, which allows you to create containers of other Linux distros then export their applications as if they were native. Install a distrobox with one of the distros that this program works with, use the terminal to install the program within it, then if it isn’t immediately in your applications menu use the distrobox export feature to place it there.

          You could also layer Nix onto your bazzite image and install it that way, but if you don’t know Nix it’ll be complicated

        • @tengkuizdiharOP
          link
          120 days ago

          Was having that kind of idea. If you have any inputs about it, youre welcome to open a pr on treedome