Treesheets: cross-platform, free-form data organizer app
21–30 of 93 posts
Re: Treesheets: cross-platform, free-form data organizer app
#22Reminds me vaguely about another piece of open source software that I tried a few years ago; the Leo Editor. An Outliner, Editor, IDE and PIM written in Python. Cross-platform too. https://leoeditor.com/ the homepage of the program, with screenshots. https://github.com/leo-editor/leo-editor There's a Wikipedia article about it too even. https://en.wikipedia.org/wiki/Leo_(text_editor) Leo means Leonine Editor with Out…
One of the best things about Leo was the tree-view outline where nodes could be 'cloned', giving multiple ways to drill down to the same info. Typically my Leo file would be organised both by project and topic, and at the top cloned nodes of my current priorities.
The markdown world has some contenders with embeddable links that allow you to include notes from multiple locations (like an iframe, basically) - Obsidian.md being one such example.
Re: Treesheets: cross-platform, free-form data organizer app
#23I like the part where you can do calculations like in classic spread sheet apps, but visualize what your are doing, instead of hiding it behind formula fields. (see this screenshot: http://strlen.com/treesheets/docs/images/screenshots/screens... ) But functionality and especially usability of this application is quite limited. It feels more like a proof of concept, than an application for daily use.
My understanding is it's written pretty much only for his own needs, so I'd imagine usability is fine for him. He's on here (username strlen) but doesn't comment much - maybe he'll chicken me in.
Re: Treesheets: cross-platform, free-form data organizer app
#24No mention of XMind yet. So here it is: https://www.xmind.net/
Re: Treesheets: cross-platform, free-form data organizer app
#25Another tool in the space that almost no one seems to know: https://tibleiz.net/code-browser/
Re: Treesheets: cross-platform, free-form data organizer app
#26Programmers love the complexity of trees.
Re: Treesheets: cross-platform, free-form data organizer app
#27That's what makes mind maps so good (along with the hierarchy).
Re: Treesheets: cross-platform, free-form data organizer app
#28Yes! Cross-platform without Electron ;-)
Re: Treesheets: cross-platform, free-form data organizer app
#29I can't find a really important detail on the website or github - and haven't been able to easily find it - how is the underlying data stored? It looks like it might be a custom format, which might make sense for the project, but is unfortunate for a broader accessible knowledge-base and programmable integration - plain text allows you "grep", sqlite allows you SQL. The discussion of this being an org-mode mindset ki…
Re: Treesheets: cross-platform, free-form data organizer app
#30Programmers love the complexity of trees.