Why Don't We Have a General-Purpose Tree Editor? (2014)
81–90 of 222 posts
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#82Workflowy is pretty nice, it exports to plain text and xml. https://workflowy.com/
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#83Emacs has ParEdit minor mode which is a general-purpose tree editor. https://www.emacswiki.org/emacs/ParEdit edit: paredit demos: Productive Emacs: Paredit https://www.youtube.com/watch?v=T1WBsI3gdDE Emacs Rocks! Episode 14: Paredit: https://www.youtube.com/watch?v=D6h5dFyyUX0
I pretty much just use indented text trees for all but the most complex parts of software design and I find it works very well.
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#84https://github.com/gephi/gephi > Gephi is an award-winning open-source platform for visualizing and manipulating large graphs.
I use Gephi quite frequently, it's interface leaves a bit to be desired but I've quite often quickly dumped some data into it and come up with some interesting relationships I wouldn't have thought of until it was visualised in Gephi.
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#85Somewhat related: I was overwhelmed by complexity of web CMS solutions. I needed something very very simple, that gets the task done (user-editable webpage content). I represent the web by a tree, every node has metadata (id, type, title) and data. Nodes can be persisted (ie. as json text files, or in database table) and browsed (parent to children and back). Admin UI is very simple: in the left pane there is the tre…
You can build your own admin UI, if you want as it's all done with the same API you use to build your sites.
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#86Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#87This has been here before: https://news.ycombinator.com/item?id=7511979 It's an unresolved problem as far as I know. Lots of partial solutions. I ran into this again recently because I use tree editors extensively (mostly leo) for my daily routine and was searching for a better (more structured) replacement but I haven't found anything yet that beats leo. Emacs org mode is reportedly extremely powerful as well but I…
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#88Check gingko, which is more focussed on docs, but is a tree editor at its core. https://gingkoapp.com/ Used it at university for notes, and is great for quick revisions before the exams too!
Re: Why Don't We Have a General-Purpose Tree Editor? (2014)
#89Workflowy is pretty nice, it exports to plain text and xml. https://workflowy.com/