tzk/tzk/editions/tzk/tiddlers/$__sib_Macros_float-image.tid
Soren I. Bjornstad 14cc96a907 check in editions directory
Although this is automatically generated, it represents a critical part
of the content of the edition which cannot be created from the content
in the repository (it's generated from a private directory on my
computer), so at this point it is appropriate to check it in.
2021-09-21 12:27:23 -05:00

11 lines
530 B
Plaintext

created: 20210510222933926
description: Show an image floated to the side of the text of a tiddler. This macro is often used with the `clarify` macro, which forces further content to come after the float.
example: <<float-image "freezer-example.jpg" width:200 side:left>> Text next to the float. <<clarify>>
modified: 20210523135143792
tags: $:/tags/Macro
title: $:/sib/Macros/float-image
type: text/vnd.tiddlywiki
\define float-image(tiddler, width:"400", side:"right")
[img width=$width$ class="$side$-float" [$tiddler$]]
\end