obsidian-mind-map icon indicating copy to clipboard operation
obsidian-mind-map copied to clipboard

Show link aliases in mind map

Open leodking opened this issue 3 years ago • 2 comments

I think this is a great plug-in, and thanks for putting it together. I'd love it, however, if there was a way to show link aliases. See the screenshot below for the issue:

image

It would be great if the mind map plugin supported aliases for links, especially to make the mind map smaller.

leodking avatar Aug 27 '21 08:08 leodking

@lynchjames I absolutely love this plugin - thank you so much for creating this.

I'm using Obsidian as a Zettelkasten system and I find mind maps incredibly useful for organizing knowledge. I support the request above as rendering the title would make the mind map much more usable.

Please let us know if you have an idea how to go about this - this kind of development is absolutely not my area of expertise but I'd be happy to see if this is something I can help implement and send a PR.

image

Hadrien-lcrx avatar Nov 13 '21 12:11 Hadrien-lcrx

Turns out this Obsidian plugin which builds on top of the Obsidian Mind Map plugin solves this issues.

Just follow the installation instructions on the repo's README, potentially do what is recommended here if you fail to load the plugin in Obsidian, and add the following code on top of your note to be able to click on the 3 vertical dots and render the note as a mind map.

---
mindmap-plugin: basic
---

image image

Hadrien-lcrx avatar Nov 13 '21 18:11 Hadrien-lcrx