I really like these sorts of tools, but the file format[1] is a bit of a con for me. Being binary/proprietary, it makes it difficult to integrate other tools or feed the data into other systems.
The binary format is open source and documented, that doesn't fit the term "proprietary" to me.
It exports to text, html, xml, csv and more.
The reason it doesn't use any of that as its main storage format is that it tracks a lot of attributes that do not fit those formats naturally (I suppose you can store it all in xml, but I went for speed of loading/saving and smaller storage sizes).
This has been a hobby open source project for a long time. It is built on the aging wxWidgets UI toolkit. I don't make money with it (this is not a startup, like everything else on HN ;), so, yeah, contributions to make it prettier welcome :)
No, it is strictly a tree, it derives its compact representation, automatic layout and quick manipulation from that limitation. There's a few ways around that, by tagging cells you can easily hop around cross-links.
(disclaimer: I wrote the program).
I started this in 2008 initially simply to scratch an itch I had myself. I guess back then desktop apps still ruled? I also wanted it be very fast on large documents, which back then didn't seem possible with web-apps yet. Today that's maybe different, but a SaaS version is almost starting from scratch given the tech it is built on (C++ and wxWidgets with only local file storage).
[+] [-] Zikes|10 years ago|reply
[1] https://github.com/aardappel/treesheets/tree/master/TS/examp...
[+] [-] Aardappel|10 years ago|reply
The binary format is open source and documented, that doesn't fit the term "proprietary" to me.
It exports to text, html, xml, csv and more.
The reason it doesn't use any of that as its main storage format is that it tracks a lot of attributes that do not fit those formats naturally (I suppose you can store it all in xml, but I went for speed of loading/saving and smaller storage sizes).
[+] [-] tra3|10 years ago|reply
[+] [-] jeffbarr|10 years ago|reply
[+] [-] AstroJetson|10 years ago|reply
* Do you share the data with others?
* Can you give an example how you use this as a "go to" tool?
* Do you keep separate files for the data you are using or most things in one file?
The tool looks pretty interesting, but I'm look at the friction to move from other tools.
Thanks for your time
[+] [-] dzhiurgis|10 years ago|reply
Over time it learns not about your business and it's processes so can correct itself & so on.
[+] [-] rlease|10 years ago|reply
[+] [-] noir-york|10 years ago|reply
[+] [-] skimmas|10 years ago|reply
[+] [-] Aardappel|10 years ago|reply
This has been a hobby open source project for a long time. It is built on the aging wxWidgets UI toolkit. I don't make money with it (this is not a startup, like everything else on HN ;), so, yeah, contributions to make it prettier welcome :)
[+] [-] vmorgulis|10 years ago|reply
http://strlen.com/treesheets/docs/history.txt
[+] [-] tunesmith|10 years ago|reply
[+] [-] Aardappel|10 years ago|reply
No, it is strictly a tree, it derives its compact representation, automatic layout and quick manipulation from that limitation. There's a few ways around that, by tagging cells you can easily hop around cross-links.
[+] [-] johnnyg|10 years ago|reply
[+] [-] Aardappel|10 years ago|reply
[+] [-] Zikes|10 years ago|reply
Sometimes, a desktop app is just simpler.
[+] [-] flarg|10 years ago|reply