1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-13 15:59:42 +00:00
TiddlyWiki5/plugins/tiddlywiki/qrcode/examples/make/MakeGenericQR.tid
Jeremy Ruston 96b0543351
Add barcode reader widget to qrcode plugin (#7746)
* Add barcode reader widget to qrcode plugin

* Don't use a fixed ID
2023-10-14 09:42:34 +01:00

18 lines
457 B
Plaintext

title: $:/plugins/tiddlywiki/qrcode/make/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}}/>