Live data from Hacker News

Show HN: I made a mind map tool meant for large, detailed node hierarchies

jumproot.com

1–10 of 54 posts

Re: Show HN: I made a mind map tool meant for large, detailed node hierarchies

#3
post #2

As someone who's used several outliners, this looks like a neat tool. I'm curious why you decided to call this a "mind-mapping tool", which makes me think of visual graphs rather than textual hierarchies. Can you talk about that decision?

I agree with the “mind map” terminology. The defining feature of a mind map is that it is a visual process displayed as a diagram with colors, icons, etc. Without those things specifically, you have an outliner.

This looks like a neat outliner, but it is not a mind mapping tool.

Re: Show HN: I made a mind map tool meant for large, detailed node hierarchies

#4
Looks cool, I always loved the hierchical nested node structures (like folders or e.g. trees) to organize my data.

Would you be willing to tell what your tech stack is like? And what are you using for Rich text editors?

Great work tho. Looks good.

Re: Show HN: I made a mind map tool meant for large, detailed node hierarchies

#6
Nice tool. Some feedback: The drag and drop functionality has some accessibility issues: it works with a mouse, but not keyboard navigation. This interface would be difficult to use with mobility issues: moving items requires fine-grained gesture control.

If you're interested in an accessible implementation of drag and drop, here's one I've encountered that does an excellent job:

https://github.com/atlassian/react-beautiful-dnd

Post reply on HN