mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 03:24:59 +00:00
Added first version of QR code generator plugin
This commit is contained in:
14
plugins/tiddlywiki/qrcode/ViewToolbarButton/URL.tid
Normal file
14
plugins/tiddlywiki/qrcode/ViewToolbarButton/URL.tid
Normal file
@@ -0,0 +1,14 @@
|
||||
title: $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/URL
|
||||
tags: $:/tags/ViewToolbarButton/QRcode
|
||||
caption: URL of this tiddler
|
||||
subtitle: QR code of URL of this tiddler
|
||||
|
||||
\define image()
|
||||
<img src=<<makeqr text:"""$(url)$#$(hash)$""" size:"350">>/>
|
||||
\end
|
||||
|
||||
<$set name="url" value={{$:/info/url/full}}>
|
||||
<$set name="hash" filter="[<currentTiddler>encodeuricomponent[]]" select="0">
|
||||
<<image>>
|
||||
</$set>
|
||||
</$set>
|
||||
Reference in New Issue
Block a user