obsidian-mindmap-nextgen
obsidian-mindmap-nextgen copied to clipboard
Implement internally linked images
Images are not displayed correctly in mindmap, or there is this feature but not in the tutorial
I found out how to use images, but it needs to first upload the images to the network, and local images still cannot be used
And the image cannot be resized
Related to #153
What operating system are you using, and what version of Obsidian, @zhraa11 ?
windows11professional edition,and the vision of obsidian is v1.1.16
The problem is: Obsidian uses a different syntax than the markdown standard, to display local images from the vault. This has not been implemented yet in the plugin
Regarding image resizing - Change this:
![[Pasted image 20230417004232.png]]
to this (specifying width and height):
![[Pasted image 20230417004232.png|200x200]]
or this (specifying width only and maintaining aspect ratio):
![[Pasted image 20230417004232.png|200]]
https://help.obsidian.md/Linking+notes+and+files/Embedding+files
thank you.
I'm sorry to reply to you after such a long time, but the picture in the mind map in Obsidian still cannot be resized. That method can only adjust the document that comes with Obsidian
I had the same problem