dundalek / markmap

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

Support for relationship between two topics #10

Open seifer08ms opened 7 years ago

seifer08ms commented 7 years ago

Is there any features to build a relation between two topics in markmap?

dundalek commented 7 years ago

What do you mean by that? Can you provide an example?

seifer08ms commented 7 years ago

Relationship for topics is an useful feature of Xmind. relationship There are two useful ways to indicate relationships between topics:

dundalek commented 7 years ago

Thanks for the explanation, I see what you mean. However, the features you mention require generic graph structure. We only get a tree structure from markdown. I am currently unaware of a way how we could support this in markmap because of that.

A workaround would be to export the mindmap to SVG and then use an editor like Inkscape to add additional annotations.

Sergiogd112 commented 4 years ago

You could use the link to header feature of markdown. This way we can also add text to the connections and make them directional.