mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
13 lines
379 B
Plaintext
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>
|