Live data from Hacker News

Show HN: An intuitive, offline capable HTML5 mind mapping application

drichard.org

1–10 of 40 posts

Re: Show HN: An intuitive, offline capable HTML5 mind mapping application

#3
Like you mentioned on the about page, image saving would be a nice addition, but it is already quite usable with Local Storage. Another cool feature would be the ability to attach documents to a branch. Do you have it up on github/bitbucket yet? Great work.

Re: Show HN: An intuitive, offline capable HTML5 mind mapping application

#5
The UI on this is lovely.

What is keeping my office from switching to this is sharing ability. Instead of a file base system, consider having it work like google spreadsheets where I can create a link, specify if it read only or editable, and share it around.

A nit pick. Your directions are well written and awesome, but when I create new items, please slide them down so they don't cover my ideas.

Re: Show HN: An intuitive, offline capable HTML5 mind mapping application

#7
Quick few points

* Using scroll for zoom in a 2d workspace probably makes sense with a mouse, but with the macbook touchpad it was rather annoying to be unable to pan around (as moving quickly around is rather a benefit to flicking through a mindmap). Not sure how to fix that, but my inclination would be to offer keybinds for zooming in and out, or an option to allow panning with scroll.

* Behaves badly with browser zoom, you probably want to do some kind of dpi detection and rescale the interface as required.

* Possibly allow moving of the central idea.

* Showing/hiding child branches is very nice.

* Select a links child if you click on it? (as link settings are associated with the child) Also, possible to update the link colour immediately?

Overall very nice.

Re: Show HN: An intuitive, offline capable HTML5 mind mapping application

#8
post #4

I really like the way you implemented the "drag to create a branch" mechanic, it feels very natural. Did you come up with that yourself? Have you seen it elsewhere?

As cool as the red drop drag is, implementing some standard keys for this will help those who do a lot of mind mapping from the keyboard only.

Other than that, looks good so far.

Post reply on HN