Live data from Hacker News

Show HN: Turn indented text into mind maps

tobloef.com

71–80 of 103 posts

Re: Show HN: Turn indented text into mind maps

#72
nice work! doing quick graphs is very easy when you use paper and pen, but it's always been a pain to do with a computer!

I assume this tries to be simple enough, but maybe it would be nice if we could have some extra, quick formatting, like dashes, like in lists (-) to stack elements, or other symbols for different layouts, quick access to colors, etc. I know handling multiple layouts and auto-placement with springs simulation can be tricky, but hey... in any case, thanks again for the work, hopefully it inspires more people to work along these lines!

Re: Show HN: Turn indented text into mind maps

#74
post #2

A few months ago one of my favorite tools http://www.text2mindmap.com went down and since there doesn't seem to be any plans to bring it back up I created my own version of the site. It's basically just a quick mashup between some of the code from the original site and some code from my Markdown Editor ( https://tobloef.com/markant/ ), but I hope someone will find it as useful as I did.

Amazing! Such an attention to detail! Love that it continues stabilizing while I'm dragging individual items. Thanks a lot for sharing this!

Re: Show HN: Turn indented text into mind maps

#75
post #9
post #6

Earlier quoted context omitted.

Congratulations on shipping! It looks great. What do you normally use this sort of thing for?

Thanks. I use it as I would a normal mind map, to organize ideas and sometimes visualize trees of data. I just find the text-based approach to creating mind maps a lot faster and simpler than using the various other online tools, even though it's a bit more limited.

I've used one in the past to organize my monthly routine. Seeing the "size" of my expectations for each week helps a lot. I used text2mindmap for this and a few other things. Didn't realize it was down, thanks for this!

Re: Show HN: Turn indented text into mind maps

#76

The 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.

> the nodes constantly rearranging and floating around 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.

Any suggestions on where in the literature to get started if I wanted to play around with different graph layout algorithms?

Re: Show HN: Turn indented text into mind maps

#78

I started something similar, but it's been gathering dust lately. FWIW, some differences were: Graph 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 inte…

Hey this sounds very interesting! Is it open source / where can I read more?

Re: Show HN: Turn indented text into mind maps

#80

Hey guys, That's basically what I'm doing with my new Mindmapping tool in dev, Wigwam. I'm pre-launch, but you guys are welcome to check it out. https://www.wigwams.io Let me know what you think!

Looks pretty good, I'm looking forward to trying it out. The UI a bit more cluttered than I would like, but it's nice to see something like this more fleshed out than what I posted.
Post reply on HN