TiddlyWiki5/plugins/tiddlywiki/qrcode
Mario Pietsch 8aa558eb2c
Remove module function wrapper and add matching configurations for dprint and eslint (#7596)
* remove blks first try

* dprint.json seems to be OK, some forgotten functions

* add some more space-after-keyword settings

* server remove blks

* add **/files to dprint exclude

* dprint.js fixes a typo

* add boot.js and bootprefix.js to dprint exclude

* dprint change dprint.json

* add dprint fmt as script

* remove jslint comments

* fix whitespace

* fix whitespace

* remove function-wrapper from geospatial plugin

* fix whitespace

* add function wrapper to dyannotate-startup

* remove dpring.json
2025-03-21 17:22:57 +00:00
..
docs Update docs for makeqr macro (#8654) 2024-10-09 12:11:44 +01:00
examples Add barcode reader widget to qrcode plugin (#7746) 2023-10-14 09:42:34 +01:00
files Add barcode reader widget to qrcode plugin (#7746) 2023-10-14 09:42:34 +01:00
ViewToolbarButton Update toolbar buttons to use v5.3.2 syntax (#8584) 2024-09-05 18:40:18 +01:00
barcodereader.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
docs.tid Add barcode reader widget to qrcode plugin (#7746) 2023-10-14 09:42:34 +01:00
examples.tid Add barcode reader widget to qrcode plugin (#7746) 2023-10-14 09:42:34 +01:00
icon.tid Marginally improved qrcode icon 2016-10-18 16:39:27 +01:00
makeqr.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
plugin.info Add plugin stability badges (#8198) 2024-05-21 11:22:39 +01:00
readme.tid Add barcode reader widget to qrcode plugin (#7746) 2023-10-14 09:42:34 +01:00

title: $:/plugins/tiddlywiki/qrcode/readme

The QR Code Plugin contains several features for working with QR codes and other types of barcode.

* The ''makeqr'' macro enables any text to be rendered as a [[QR code|https://en.wikipedia.org/wiki/QR_code]]. QR codes are a type of 2-dimensional bar code that encodes arbitrary data: text, numbers, links. QR code readers are available or built-in for smartphones, making them a convenient means to transfer information between devices
* The `<$barcodereader>` widget that enables barcodes to be decoded from the device camera or direct from an image file
* A new toolbar button that can display several QR code renderings of the content of a tiddler:
** Raw content
** Rendered, formatted content
** URL of tiddler

This plugin uses the following open source libraries:

* [[qrcode.js by Zeno Zeng|https://github.com/zenozeng/node-yaqrcode]]
* [[Html5-QRCode by Minhaz|https://github.com/mebjas/html5-qrcode]]