This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Showing QrCodes for faster access to Read/Write URLs#24
Open
nitram509 wants to merge 4 commits into
Open
Conversation
…-squares', which may be wrong?
added qrcode generators added clickhandler to qrcode button, which toggling visibility of qrcodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I found socrates pretty awesome. When I played around a was bored by typing the URLs into my smart phone manually. That's why I've created an extension for it.
There are two new buttons, showing a QrCode for accessing the read or write URLs by simply scanning the code.
Technically I've inserted the QR Code Generator from Kazuhiko Arase, which is also MIT licensed. See libs.js comments for details.
Also, because I don't have a license for using SymbolSet fonts, I've did a guess that the class 'ss-squares', maybe exists. Nevertheless, the codepoint in the source file is correct. You may adjust the name to fit the class name manually, please.
Thanks in advance.
Best regards
Martin