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

13 lines
311 B
Plaintext

title: $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Raw
tags: $:/tags/ViewToolbarButton/QRcode
caption: Raw content of this tiddler
subtitle: QR code of raw tiddler content
\define image()
<img src=<<makeqr text:"""$(content)$""" size:"350">>/>
\end
<$set name="content" value={{!!text}}>
<<image>>
</$set>