clach04 / clipboard-confusion

Pure Python 2 and 3 in-memory, single document pastebin, with optional clipboard support with some qrcode support
Apache License 2.0
2 stars 0 forks source link

Add qrcode to browser #3

Closed clach04 closed 2 years ago

clach04 commented 2 years ago

For:

May need hitting with a pretty stick (bootstrap, etc.)? See https://github.com/clach04/clipboard-confusion/issues/9

Current implementation requires internet access to download source code (and image), BUT qrcode generation is entirely off-line. See https://github.com/clach04/clipboard-confusion/issues/7

See https://github.com/clach04/linkding/tree/issues-220_240_qrcode_date_hover for implementation that does NOT leave network (current Google URL share server URL option leaks to a third party)

clach04 commented 2 years ago
clach04 commented 2 years ago

See https://github.com/clach04/clipboard-confusion/tree/qrcode_js for start of code