mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 22:46:53 +00:00
Add barcode reader widget to qrcode plugin (#7746)
* Add barcode reader widget to qrcode plugin * Don't use a fixed ID
This commit is contained in:
17
plugins/tiddlywiki/qrcode/examples/make/MakeGenericQR.tid
Normal file
17
plugins/tiddlywiki/qrcode/examples/make/MakeGenericQR.tid
Normal file
@@ -0,0 +1,17 @@
|
||||
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}}/>
|
||||
Reference in New Issue
Block a user