via local url: file:///Users/.../attachments/ios.png
via app url: app://local/%2FUsers%.... (use Dev. Tools to target the wanted image and copy the url in src… because spaces and “/” are replaced by “%2F” and similar)
in content: url(app://local/%2FUsers%....)
The problem: if you move your file you need to change the url manually.
thanks, that all didn’t work for me.
But since I backup my vault to dropbox I could just share the file from there.
This is my code now that let’s me resize the image as well