Georgi
August 24, 2021, 9:24pm
1
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)
Use case or problem
Our academic project documents choose to use markdown format to facilitate team management and sharing.
When writing a report, the same picture is often cited repeatedly. The picture may come from url or local storage.
In other price reduction software (such as vscode), you can use [img]: test.jpg or [img]: url to define once, and quote ![p1][img] else where,no need to repeat ! [p2](test.jpg).
If you need to change the picture, you only need to modify [img].
Proposed sol…
Same problem, different proposed solution
You can already embed images.
https://help.obsidian.md/Index
2 Likes
Walrux
August 26, 2021, 8:26am
3
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
system
Closed
September 25, 2021, 8:27am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.