This extension lets you add figures to your content files.
- Put
kirbytext.extended.php
in yoursite/plugins
folder - Make sure to install the thumb plugin as well
Note: To make sure the thumbs plugin will work, you must create a thumbs folder in your main folder of your site (next to Kirby's index.php) and make sure that it is writable by PHP.
Add figures to your content files like this:
(figure: photo.jpg)
(figure: photo.jpg caption: What a great photo! align: left)
(figure: photo.jpg align: left)
This fork lets you place videos in your figure elements: https://gist.github.com/jancbeck/9723106
Note that it does not support thumbnail creation and alignment.