Releases: vertis/obsidian-image-layouts
Releases · vertis/obsidian-image-layouts
0.11.0
Changelog
- A single caption can now be added using YAML front matter, it will display below the images.
- A list of image descriptions can be added as an Array to the YAML front matter, it should be ordered in the same way as the images. This is a bit clunky, but I'm not sure how to make it easier.
For example:
\```image-layout-b
---
caption: Image Layout B
descriptions:
- Something
- Another thing
---


\```
Important
This is a pretty heavy rewrite into Svelte. It will allow future modification in the next few releases. If you notice any issues PLEASE report them.