lynchjames / obsidian-mind-map

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

Show link aliases in mind map #56

Open leodking opened 3 years ago

leodking commented 3 years ago

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.

Hadrien-lcrx commented 2 years ago

@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 commented 2 years ago

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