Oobsidianmd·ObsidianMDbyOverride4414 How to Link an Image in Markdown with its siteI'm looking for a image link format that contains website link that works in Obsidian. Something like this: Is there a solution or I can only embed an image and simply paste a link under itView original on lemmy.world4Comments6
Zarlin lemmy.dbzer0.com3Hide 3 repliesYou should be able to nest the image and link into each other like this: [](anchor link) This effectively uses the image instead of the link text.3
OOverride4414 replylemmy.world2Hide 2 repliessorry I should be more clear, I want to use local attachment link instead of image URL link, what link format should I use?2
Zarlin replylemmy.dbzer0.com1Hide 1 replyAh you mean where the image link is formatted like ![[foo.png]]. I tried some things but it seems Obsidian doesn't support nesting those inside a link (eg [![[foo.png]]](example.com) is not accepted as valid formatting).1
OOverride4414 replylemmy.worldyeah that's the problem, I guess I will just simply past the original link right below the image2
EEmotional_Series7814 kbin.melroy.org2Hide 2 repliesNot sure if this is what you want, but https://forum.obsidian.md/t/images-as-links/420301
OOverride4414 replylemmy.worldyes that's what I am looking for but it seems it only works in preview mode. 1
You should be able to nest the image and link into each other like this:
This effectively uses the image instead of the link text.
sorry I should be more clear, I want to use local attachment link instead of image URL link, what link format should I use?
Ah you mean where the image link is formatted like
![[foo.png]]. I tried some things but it seems Obsidian doesn't support nesting those inside a link (eg[![[foo.png]]](example.com)is not accepted as valid formatting).yeah that's the problem, I guess I will just simply past the original link right below the image
Not sure if this is what you want, but https://forum.obsidian.md/t/images-as-links/42030
yes that's what I am looking for but it seems it only works in preview mode.