Show HN: Turn indented text into mind maps
61–70 of 103 posts
Re: Show HN: Turn indented text into mind maps
#62Re: Show HN: Turn indented text into mind maps
#63The idea is great, but the nodes constantly rearranging and floating around (and overlapping) makes the actual "mind mapping" hard to do, at least for me. When I look at something like that, make a few changes on the left, I would expect the right side to stay relatively the same or at least change in a more predictable way.
Re: Show HN: Turn indented text into mind maps
#64My antivirus software blocked the site as malicious. I would think it's a false positive but the AV hasn't marked anything bad in the past year --- first time seeing the message. ( Also blocked the Markdown Editor)
That's weird. What antivirus do you use? And does it say anything about what caused the block?
doesn't say which objext
Re: Show HN: Turn indented text into mind maps
#65Re: Show HN: Turn indented text into mind maps
#66Re: Show HN: Turn indented text into mind maps
#67Graph instead of tree. I'm rather baffled by the popularity of mindmaps. Even on paper, I do cyclic graphs of typed nodes and links. So the end of text lines could optionally contain link targets, node types, and "use this link type for these children".
Outline mode for text. Mirrored in the graph.
3D graph. I'm mostly interested in using it in VR/AR.
Graph nodes with arbitrary markdown. So a node might be a markdown list. Dynamically managing outline-like "collapsed vs list vs graph vs graph-with-reduced-force" was a puzzle.
Instead of online editing, it was a development kludge of file watching and hot reload.
Motivating use case: Most project management is so constrained on time and resources, that that's what tools are build around. But I do a lot of opportunistic lazy projects (eg "when browser bug #N eventually get's fixed, we could do an exploratory spike over that way, or alternately, we could take this other path which is bottlenecked on X and Y and needs a risk mitigation exercise on Z"). Even a small project can have an order-1000 node graph. And I've never seen tooling that wasn't wretched at managing them.
Re: Show HN: Turn indented text into mind maps
#68The idea is great, but the nodes constantly rearranging and floating around (and overlapping) makes the actual "mind mapping" hard to do, at least for me. When I look at something like that, make a few changes on the left, I would expect the right side to stay relatively the same or at least change in a more predictable way.
Sigh. So there's like three decades of research on interactive graph layout stability. And almost none of it has become available as code. Much of graph layout is like that. Perhaps VR/AR will finally create sufficient incentive to make it more accessible.
Re: Show HN: Turn indented text into mind maps
#69Ok, this confirms what I had though. Mind maps are just hierarchies with a different layout from normal.