Skip to content

Commit 8fde451

Browse files
committed
Merge branch 'master' of https://github.com/y330/FragmentQR
2 parents 6049af1 + a0c2abe commit 8fde451

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1-
<h1>Fragmented Text to QR</h1><p>
1+
<h1>FragmentQR</h1><p>
22
<em>Yonah Aviv</em><p>
3-
<b>Fragmented Text to QR also known as FragmentQR, is a web extension that allows for the generation of QR codes linking to arbituary text on a webpage, making use of Text Fragments</b>
3+
<b>FragmentQR is a web extension that generates QR codes linking to arbituary selected text on a webpage, which will highlighted and scrolled to when opened in a compatible browser.</b>
44

55
<h2>Tutorial</h2><p>
66
<ol>
77
<li>Select text</li>
8-
<li>Ctrl/Cmd + Shift + L to copy the Text Fragment. Wait for your selection to be highlighted in yello, should be instant.</li>
8+
<li>Ctrl/Cmd + Shift + L to copy the text fragment. Wait for your selected text be highlighted in yellow.
99
<li>Ctrl/Cmd+Q to open the extension popup</li>
1010
<li>Click the paste button</li>
11+
<li>Scan it on your mobile device using a QR code scanner such as Google Lens or some default camera apps.
1112
</ol>
1213
And thats it! If steps 1 or 2 do not work, go to chrome://extensions/shortcuts to reconfigure the shortcuts<p>
13-
Once you have created a QR code for your Text Fragment using FragmentQR, which you can scan using a QR code scanner such as Google Lens or your default camera app, open the link in Google Chrome. Works in most Chromium 80+ based browsers(Go to the description in the YouTubde video for more on browser compatibility and Text Fragments).<p>
14-
15-
<h3>Demo of FragmentQRv1.0<h3>
16-
YouTube: https://bit.ly/3mNmsw1
14+
15+
<h3>Compatible Browsers:</h3>
16+
Mac and Windows: Chromium 80+.<P>
17+
Android: Chrome 80+ and some Chromium 80+ browsers<p>
18+
iOS: Latest version of Google Chrome if #shared-highlighting-ios enabled on chrome://flags.<p>
19+
<h3>Demo of FragmentQRv1.0</h3>
20+
YouTube: http://bit.ly/youtubeFragQR
1721
<h2>Features</h2><p>
1822
<ul>
1923
<li>Generates a QR code from the url of current tab when clicking icon</li>
20-
<li>Create link to Text Fragment</li>
24+
<li>Create link to text fragment that highlights and scrolls to any text when opened</li>
2125
<li>Copy, paste and clear buttons</li>
2226
<li>Editable text-field</li>
2327
<li>Light and dark theme</li>
24-
<li>Enlarge the view</li>
28+
<li>Enlargable QR code</li>
2529
<li>Download QR code as png</li>
2630
<li>Clean UI with tooltips and Material icons</li>
2731
</ul>
@@ -31,12 +35,10 @@ YouTube: https://bit.ly/3mNmsw1
3135

3236
<h3><em>Changelog v1.5</em></h3><p>
3337
<ol>
34-
<li>Changed name to "Fragmented Text to QR" with short name "FragmentQR" from "QR to Text Fragment</li>
35-
<li>New icon</li>
36-
<li>Automatically copies link to text fragment to clipbaord</li>
38+
<li>New icon and name changes to FragmentQR</li>
3739
<li>Paste button now works.</li>
3840
<li>Vast UI and functionality improvements</li>
39-
<li>Added support for Text Fragments</li>
41+
<li>Added support for copying text framents</li>
4042
<li>Added keyboard shortcuts</li>
4143
<li>Light theme(currently does not save between sessions)</li>
4244
</ol><p>
@@ -46,10 +48,11 @@ YouTube: https://bit.ly/3mNmsw1
4648
<h3>TODO</h3><p>
4749
<ol>
4850
<li>add keyboard shorcut to open popup with link to text fragment as a placeholder in the textarea</li>
49-
<li>fix light theme issues</li>
5051
</ol>
51-
52-
FragmentQR features code loosely based upon Google "Link to text fragment" extension but very diffrent and much better nonetheless
53-
<b>© 2020 MIT license FragmentQR by Yonah Aviv.</b>
54-
Contributions welcome. All rights reserved.<p>
52+
53+
Available on GitHub: http://bit.ly/FragmentQRrepository<p>
54+
Chrome Web Store: https://bit.ly/GetFragmentedQR<p>
55+
FragmentQR uses Scroll to Text Fragment, a feature in Chromium 80+.<p>
56+
<b>© 2020 MIT license Yonah Aviv.</b>
57+
Contributions welcome.<p>
5558

0 commit comments

Comments
 (0)