Thanks so much for sharing this. I had no idea this was possible.
Do you know any ways to get this to be automatically generated?
I have a lot of images I would like to move out of my vault, like enough to make this process a little daunting using that syntax. I had made this request: Ability to safely move linked image files outside vault
Off the top of my head, the best I can come up with now is to name all the images in sequence and use the syntax you provided, which I have not tried yet. This would make linking to a list of images easy. I guess if I embedded them with additional regular text numbers between images, I could use it as a library if I did a side by side pane (edit/preview) setup. Unfortunately, with this easier linking would require losing descriptive image names.
I guess I will be trying to make a macro for sequentially copying a list of image files paths and pasting them with the syntax you provided.
Beginning part:
<img
src="app://local/
Then path:
c://Users/username/Documents/obsidian_notebook/state_transition.png
Then end part:
">
This shouldn’t be to bad, but I suspect someone has already automated this.
Probably will be best to just isolate them in a folder, and generate a list of file paths using the folder index technique and append syntax in a spreadsheet. I guess I kind of gave answer med my own question, but if anyone has a better way, I am definitely interested.
Thank you very much.