mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 16:22:18 -08:00
17 lines
452 B
Text
17 lines
452 B
Text
title: $:/plugins/tiddlywiki/qrcode/MakeGenericQR
|
|
tags: $:/tags/MakeQR
|
|
caption: Generic
|
|
|
|
\define image(content)
|
|
<img src=<<makeqr text:"""$content$""" size:"350">>/>
|
|
\end
|
|
|
|
! Enter the details
|
|
|
|
You can also use this form to encode URLs.
|
|
|
|
<$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}}/>
|