Files
TiddlyWiki5/plugins/tiddlywiki/qrcode/MakeGenericQR.tid
2016-10-18 09:23:47 +01:00

16 lines
408 B
Plaintext

title: $:/plugins/tiddlywiki/qrcode/MakeGenericQR
tags: $:/tags/MakeQR
caption: Generic
\define image(content)
<img src=<<makeqr text:"""$content$""" size:"350">>/>
\end
! Enter the details
<$edit-text tiddler="$:/config/plugins/tiddlywiki/qrcode/generic" default="" class="tc-edit-texteditor"/>
! Here is your QR code
<$macrocall $name="image" content={{$:/config/plugins/tiddlywiki/qrcode/generic}}/>