this post was submitted on 29 Mar 2024
81 points (95.5% liked)

Open Source

30221 readers
209 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

It has been a month since the last time I've posted about Treedome. Back then it was still in 0.4.0 and there's a lot of little tiny tidbits of missing/bugged components.

I've polished it since then, please take a look https://codeberg.org/solver-orgz/treedome/compare/0.4...0.4.5!

Notable changes since then are:

  • Node path will now be visible on editor, made sure user make less mistake when editing their note
  • The width of note tree and text editor is now configurable
  • Configurable idle timeout that will close and save your notes, defaulted to 300,000 ms or 5 minutes
  • Removed about menu, now user can easily click on big badges which will open links to our repository, matrix room, etc.
  • Various fixes and little adjustments

Install it on arch (btw) and nix (0.4.5 is in review not merged yet)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 5 months ago (1 children)

@tengkuizdihar

It uses an SQLite database for the notes. Are binary files like pictures and videos stored in this DB as well? I am curious to see how it performs compared to other note taking apps that keep binary files out of the database.

[โ€“] [email protected] 1 points 5 months ago

It depends on the size of the images, but what matters is that a single big note cant slow down the loading time of other notes*

*sqlite is finnicky, this is just the experience on notes less than 500MB sized.