mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 11:36:36 +00:00
Added first version of QR code generator plugin
This commit is contained in:
12
plugins/tiddlywiki/qrcode/ViewToolbarButton/Raw.tid
Normal file
12
plugins/tiddlywiki/qrcode/ViewToolbarButton/Raw.tid
Normal 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>
|
||||
Reference in New Issue
Block a user