- cross-posted to:
- foss@beehaw.org
- cross-posted to:
- foss@beehaw.org
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)
How does this compare to Joplin?
Is there, or will there be a self-hostable server to sync notes between devices?
And does it support Markdown?
The WYSIWYG editor supports markdown shortcuts like (#) will auto mode to H1 tag. But internally its stored as a json file, courtesy of tiptap library. Self hostable server would be cool, but for now I only use syncthing to do my sync.