microbin icon indicating copy to clipboard operation
microbin copied to clipboard

Looking forward to adding the function of QR code scanning and sharing

Open sunteta opened this issue 1 year ago • 1 comments

I have to admit that MicroBin is very easy to use, but the mobile phone is used too frequently. If two unfamiliar mobile phones communicate with each other, it is not possible to obtain the shared URL. Every time I enter the URL in the browser, it is too difficult to input on the mobile phone. Longer.

If you add the function of QR code, it is really important to use mobile phone scanning to quickly open the web page and obtain the shared content.

I am looking forward to adding the QR code sharing function.

sunteta avatar Nov 27 '23 05:11 sunteta

It enables, when in config, like .env, you set this variable, which is, as config comment tells, required for QR to work:

export MICROBIN_PUBLIC_PATH=<your public site URL>

and obviously:

export MICROBIN_QR=true

It's all in .env, at least.

DX37 avatar Jan 19 '24 05:01 DX37