How can I add links to images? I'm using Markdown and HTML on Joplin. But the problem is that if I use HTML to link the notes then on android I can't use it (when clicked nothing happens) so I thought Markdown might work. But it's still not clear to me how to add a link to the image. Below is what I want to do when I add the link to the photo.
I am not quite sure what you are asking for here but if it is for the Markdown to enable an image to be a link to a note you basically nest the image link within the note link.
For instance...
I have a note I want to link to. The link information for the note is:
[target_note](:/a1a268bda71d4d74853c257fa5cc8701)
I also have an image I want to use to link to that note rather than the text "target_note". The link information for the picture is:
![picture.png](:/49109649fc254c61b94715c2490fbd21)
I therefore replace "target_note" with the code for the image:
[![picture.png](:/49109649fc254c61b94715c2490fbd21)](:/a1a268bda71d4d74853c257fa5cc8701)
And this gives an image that, when clicked, opens the note.
5 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.