james-tindal / obsidian-mindmap-nextgen

Create mind maps from your obsidian markdown files
MIT License
141 stars 5 forks source link

Implement internally linked images #165

Open zhraa11 opened 1 year ago

zhraa11 commented 1 year ago

Images are not displayed correctly in mindmap, or there is this feature but not in the tutorial

image
zhraa11 commented 1 year ago

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

zhraa11 commented 1 year ago

And the image cannot be resized

james-tindal commented 1 year ago

Related to #153

james-tindal commented 1 year ago

What operating system are you using, and what version of Obsidian, @zhraa11 ?

zhraa11 commented 1 year ago

windows11professional edition,and the vision of obsidian is v1.1.16

james-tindal commented 1 year ago

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

james-tindal commented 1 year ago

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

zhraa11 commented 1 year ago

thank you.

zhraa11 commented 1 year ago

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

jiajiala commented 10 months ago

I had the same problem