Images as Links

What I’ve tried

Everything in the w3schools Markdown image syntax page: https://www.w3schools.io/file/markdown-images/

What I’m trying to do

Have an image act as a link, such as a link from one page to another that displays as an image that the user can then click. Is this something that can only be done via HTML?

This is an example code:

This is a linked image[![[yourimagename.png]]](<http://www.google.com>

The image is shown in the middle and one line below the text (in this case “This is a linked image”)

For internal links:

This is a linked image[![[yourimagename.png]]](<TITLE OF THE NOTE>)
3 Likes

Thanks, Flexit! That’s done it. I wonder what other things you can do that aren’t in the Markdown reference documentation for Obsidian.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.