lynchjames / obsidian-mind-map

An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
MIT License
1.05k stars 73 forks source link

Links in mindmap open in mindmap pane #17

Open timjore opened 3 years ago

timjore commented 3 years ago

Links in an outline (e.g., ## [[Part 1]], or - [[Link to File]]) display as links in the mindmap view, but when clicked, the linked document opens in the mindmap preview pane. Expected behavior is that clicking the link in the mindmap view would open the linked document in the source document pane. In this way, multiple documents containing outlines can be linked together and navigated easily from the mindmap view.

To recreate:

  1. Open a note with an outline that contains an interlink to another file.
  2. Open mindmap view for that note.
  3. Click the link in the mindmap view.