1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered.tid

13 lines
379 B
Plaintext

title: $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered
tags: $:/tags/ViewToolbarButton/QRcode
caption: Rendered content of this tiddler
subtitle: QR code of rendered tiddler content
\define image()
<img src=<<makeqr text:"""$(content)$""" size:"350">>/>
\end
<$wikify name="content" text={{!!text}} type="text" mode="block" output="formattedtext">
<<image>>
</$wikify>