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