Hello! I already had read the documentation, forum, discord, and I did not find a solution to my problem. Here it goes:
I need to handle more attributes of an image than just size, for example “center” the image, etc. Thus I need to use HTML tag . So far, so good. I just need a URI.
But I want to use images stored inside the vault. So far, so good, because right now I can use the file:/// to define an absolute path.
BUT, because I’m a PUBLISH OBSIDIAN user, I cannot use absolute paths. Currently, my workaround is make my images available on a public folder in my cloud, and make “https” path to access them. BUT It makes things harder to be done.
I wish I could just have all the images stored in a folder inside the vault I’m publishing.
Is it possible to have a path like, let’s say:
<img src="./../folder-with-image/image.jpg">