Skip to content

Releases: vertis/obsidian-image-layouts

0.11.0

28 Jan 13:43
Compare
Choose a tag to compare

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
---
![](https://images.unsplash.com/photo-1452065656801-6c60b6e7cbc5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3174&q=80)
![](https://images.unsplash.com/photo-1592634244339-809d45f1dd25?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjZ8fHNhaWxpbmd8ZW58MHx8MHx8&auto=format&fit=crop&w=900&q=60)
\```

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.

0.10.0

12 Nov 22:15
Compare
Choose a tag to compare

0.9.0

12 Nov 19:37
Compare
Choose a tag to compare