dundalek / markmap

Visualize markdown documents as mindmaps
MIT License
1.7k stars 175 forks source link

Hover items #27

Closed DanCarterGMSL closed 5 years ago

DanCarterGMSL commented 5 years ago

I've cloned the repo and done an npm install. When running the samples, the mind map displays correctly, but when I hover over an entry, I don't get any sort of hovering behaviour like in the example page at http://kb.knomaton.org/multi-agent-systems/. Is this the expected behaviour? If not, is it possible to add?

dundalek commented 5 years ago

This library is for rendering the mindmap only. Anyone can implement hover behavior to suit their needs. The tooltips you saw in the demo are implemented in https://github.com/dundalek/kmdoc

DanCarterGMSL commented 5 years ago

Thanks, that's really helpful!