mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 05:36:47 +00:00
Added first version of QR code generator plugin
This commit is contained in:
12
plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered.tid
Normal file
12
plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered.tid
Normal file
@@ -0,0 +1,12 @@
|
||||
title: $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered
|
||||
tags: $:/tags/ViewToolbarButton/QRcode
|
||||
caption: Rendered content of this tiddler
|
||||
subtitle: QR code of rendered tiddler content
|
||||
|
||||
\define image()
|
||||
<img src=<<makeqr text:"""$(content)$""" size:"350">>/>
|
||||
\end
|
||||
|
||||
<$wikify name="content" text={{!!text}} type="text" mode="block" output="formattedtext">
|
||||
<<image>>
|
||||
</$wikify>
|
||||
Reference in New Issue
Block a user