Use case or problem
Add support for relative path inside Html like:
<img src="ImagesFolder/my_image.png" alt="10" style="zoom:33%;" />
A link like this would not work in obsidian, I know that there is the trick to add “file//: …” followed by the full path, but this is a huge problem for consistency. Say that I move my vault folder somewhere else or into a new pc… Now all of my notes containing images are broken.
Proposed solution
Just support relative links inside html on obsidian. It’s been at least two years that I see people asking this on here and the go-to answer was “electron does not support this”. Well… Typora, MarkText and every other md editor based on electron actually support this.
Thank’s.