How to Link an Image in Markdown with its site
How to Link an Image in Markdown with its site
I'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 it
You 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 0 Replysorry I should be more clear, I want to use local attachment link instead of image URL link, what link format should I use?
2 0 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 0 Reply
Not sure if this is what you want, but https://forum.obsidian.md/t/images-as-links/42030
1 0 Replyyes that's what I am looking for but it seems it only works in preview mode.
1 0 Reply