Description
When pasting an image from the clipboard into the web app, it generates the following typst code
and places the copied image.png at the root of the project.
If you are currently in a file inside a subfolder, say a/file.typst, this means that the image reference can't be resolved as the image doesn't exist next to the file.
I would expect one of the following to happen:
- The image gets referenced as
#image("/image.png") (or perhaps #image("../../image.png"))
- The image gets saved inside the same subfolder as the file
It could also be configurable whether 1 or 2 happens, Obsidian provides this configuration option:
