forked from Blogger-Peer-Review/quotebacks
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeta.html
More file actions
43 lines (34 loc) · 3.22 KB
/
beta.html
File metadata and controls
43 lines (34 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="jquery-3.5.0.min.js" type="text/javascript"></script>
<script src="content.js" type="text/javascript"></script>
<link rel="stylesheet" href="styles/styles.css" type="text/css">
<meta name="author" content="tom and toby">
<title>Quotebacks Beta</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body class="welcome">
<p>Welcome to Quotebacks. Thanks for installing. This is the early beta so there may be bugs!</p>
<p>Grab quotes from any page using:</p>
<p style="width:100%; text-align:center">Mac: <span style="font-size:20px; border-radius: 4px; padding:4px; border: 1px solid cyan; background-color: AliceBlue;">⌘+shift+s</span> Windows: <span style="font-size:20px; border-radius: 4px; padding:4px; border: 1px solid cyan; background-color: AliceBlue;">ctrl+shift+s</span></p>
<p>Then grab the embed link to cite someone like this:</p>
<blockquote class="quoteback" data-title="Open Transclude for Networked Writing" data-author="Toby Shorin" cite="http://subpixel.space/entries/open-transclude/">
The web is still a very young medium, and it has been influenced more than anything else by print media design. <strong>There is so much more that can be done with text on a screen than is being done today.</strong> Citations, drawing, chat, speech-to-text. There are opportunities everywhere, and the bar is low! If we are serious about unlocking the value of knowledge we should consider how to improve every part of the knowledge production stack, and that includes reading. As <a href="http://beautiful-company.com/i/printed-matter-website" target="_blank">Laurel Schwulst says</a>: “Imaginative functionality is important, even if it’s only a trace of what was, as it’s still a sketch for a more ideal world.”
<footer>Toby Shorin <cite><a href="http://subpixel.space/entries/open-transclude/">http://subpixel.space/entries/open-transclude/</a></cite></footer>
</blockquote>
<script note="REPLACE WITH REAL SCRIPT" src="/quoteback.js"></script>
<p>your quotes are stored <strong>locally</strong> in Chrome storage. <a style="padding:4px; border: 1px solid blue; border-radius: 2px;" target="_blank" href="/options.html">your quote library →</a></p>
<p>If you've used a previous version of this extension, you'll want to <strong>export your quotes</strong> from that old version of the extension, and import them into this new one. Import and export can be found inside the gear icon dropdown in the top right of your quote library.</p>
<p>let us know how you go with it, and email us at tjcritchlow@gmail.com / tobyshorin@gmail.com if you need anything.</p>
</body>
</html>