1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-15 14:57:42 +00:00
Files
TiddlyWiki5/plugins/tiddlywiki/qrcode/ViewToolbarButton/Raw.tid
2016-10-18 09:23:47 +01:00

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>