images-guide
Images Guide
Drop images into vault/attachments/ and embed with:
![[diagram.svg]]
![[screenshot.png]]
The build pipeline:
- Copies
vault/attachments/*→public/vault-assets/attachments/ - Rewrites
![[img]]→<img src="/vault-assets/attachments/img">
If the image file is missing, a placeholder is shown instead of breaking the build.
See Writing Hub · Transclusion Guide.