Added first version of QR code generator plugin

This commit is contained in:
Jermolene
2016-10-18 09:23:47 +01:00
parent 7a6d7e2a15
commit 22c1b04ee7
19 changed files with 2018 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
title: $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Raw
tags: $:/tags/ViewToolbarButton/QRcode
caption: Raw content of this tiddler
subtitle: QR code of raw tiddler content
\define image()
<img src=<<makeqr text:"""$(content)$""" size:"350">>/>
\end
<$set name="content" value={{!!text}}>
<<image>>
</$set>