Display local image in a note

We should be able to display image (from vault) in a note

I’m storing images inside the vault and I’d like to be able to reference a path to them and have them displayed in a note.

This way I’m not dependent on having a working internet connection or hosting service when I want to see an image.

Proposed Solution

Copy obsidian url.
Use it in a note in the following way:
![Image](obsidian://open?vault=…)
Have the image displayed as if we’re using a hyperlink.

Related feature requests (optional)

  • Same problem, different proposed solution

You can already embed images.

https://help.obsidian.md/Index

2 Likes

In case you are storing all your images in a folder inside the vault, say “assets” with the image file name as “Localimage.jpg” then you can easily embed/ display that image in a particular note using ![[Localimage.jpg]] or ![ ](Localimage.jpg)

1 Like

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