vi21maobk9vp comments on Less Wrong Product & Service Recommendations - Less Wrong

24 Post author: lukeprog 02 July 2012 01:18PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (365)

You are viewing a single comment's thread.

Comment author: vi21maobk9vp 02 July 2012 05:56:10PM *  0 points [-]

Visual Understanding Environment

It is free software, with compiled Java binaries ready for download (somehow, not many people like to compile Java source code - neither do I).

I tried various mindmapping tools, but they didn't work quite as I would like. VUE works way better for how I want to use mindmapping.

You can draw arbitrary graphs, not only trees. You can label edges and even draw edges from an edge to another edge. Default rapid prototyping is optimised for drawing trees with a few extra internal edges.

It saves to reasonable XML. I invested some coding time into the problem; now it is sometimes faster for me to outline and export a few pages in VUE than to type them in Vim.

It has some nice tools and some nice shortcuts. I have yet a lot to learn here, but there are many tools that help me to sketch and navigate the mindmaps I draw.

Comment author: hamnox 02 July 2012 07:38:00PM *  -1 points [-]

Question: Does it allow you to generate new layouts with the same nodes? Being able to write a new node wherever I want, connect it to related nodes, and then let the program figure out how to place it all is one feature of yEd that I can't quite do without.

There might be other diagram program that let you do that, but I haven't found it yet. Granted, I haven't been looking long.

Comment author: vi21maobk9vp 03 July 2012 04:33:10AM *  0 points [-]

You can rearange nodes at will, you can select some nodes and ask VUE to rearrange them, you can select one node and ask to rearrange all the rest with this node as root of the rearrangement.

Note that VUE takes into account the order of edge creation when rearranging nodes; if you want it to change the order in which edges go out of some node, you may have to recreate these edges or use some other functionality for this that I haven't yet found