Adding Links on Images to other Notes?

I’ve tried searching the forum and haven’t quite been able to find this, but is there a way to add a link to an image to a different note?

My thought was that something like this would work:

[![[culture.jpeg]]]([[Culture]])

But alas it, along with several other variations, didn’t work. Maybe I just missed something?

The idea is to be able to view a rendered preview of a note where I could click the image and be taken to the note that I linked it with.

Either way, I love the app, just trying to make some nice workflows for myself.

Cheers!

Hm. It doesn’t look like it. I just tried all manner of options—e.g.,
[![[someimage.png]]](some%20linked%20note)
<a href="some%20linked%20note"><img src="someimage.png"></img></a>
<a href="some%20note">![[test.png]]</a>
![[[some linked note]]](test.png)

It looks like no matter what, the link gets sanitized out. Hmm…

No worries. I know it’s a little nuanced. Was just trying to make a fancy looking page, I can work around it in the meantime. Thanks for your effort!

1 Like

You might want to use Mermaid’s ability to link to notes. See Obsidian Links in Mermaid and Mermaid "/links" for non-english characters

Just checking back in on this goal to make images link to other notes. Anyone aware of any solutions at this time?

I actually got it to work, in Reading Mode:

[![[pale-blue-dot-banner.jpg]]](Earth)

Then the image with go to the note called Earth

The problem remains unsolved in Live Preview, where it results in visible formatting bits:

1 Like

Nice! Here’s a link for a feature request for having this syntax work in Live Preview Live Preview image links . I was surprised more people didn’t think something like this would be useful. I hadn’t thought to test whether adding the alternate display text worked. This is helpful. Honestly, I kind of just felt lucky that this odd syntax even works in the first place. I imagine there has to be more tricks like this just waiting to be discovered.

Thanks!

1 Like