2016-10-18 08:23:47 +00:00
|
|
|
title: $:/plugins/tiddlywiki/qrcode/MakeGenericQR
|
2017-06-09 14:52:19 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
2016-10-18 08:23:47 +00:00
|
|
|
tags: $:/tags/MakeQR
|
|
|
|
caption: Generic
|
|
|
|
|
|
|
|
\define image(content)
|
|
|
|
<img src=<<makeqr text:"""$content$""" size:"350">>/>
|
|
|
|
\end
|
|
|
|
|
|
|
|
! Enter the details
|
|
|
|
|
2016-10-20 08:45:04 +00:00
|
|
|
You can also use this form to encode URLs.
|
|
|
|
|
2016-10-18 08:23:47 +00:00
|
|
|
<$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}}/>
|