-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (33 loc) · 1.54 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QuickScore | A JavaScript string-scoring and fuzzy-matching library based on the Quicksilver algorithm</title>
<link href="css/styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<section class="description">
<h1>QuickScore</h1>
<h2>Fast, dependency-free, and only 2KB.</h2>
<p><a href="https://github.com/fwextensions/quick-score">QuickScore</a>
is a JavaScript string-scoring and fuzzy-matching
library based on the algorithm used in the
<a href="https://qsapp.com/">Quicksilver</a> macOS utility, and is
designed for smart auto-complete. It improves on the original Quicksilver
algorithm by tuning the scoring for long strings, such as webpage
titles or URLs, so that the order of the results makes more sense
for a given search string. It's used by the
<a href="https://chrome.google.com/webstore/detail/quickey-%E2%80%93-the-quick-tab-s/ldlghkoiihaelfnggonhjnfiabmaficg">QuicKey Chrome extension</a>
to enable users to easily find an open tab via search.</p>
<ul class="link-list">
<li><a href="https://github.com/fwextensions/quick-score">Repo</a></li>
<li><a href="https://fwextensions.github.io/quick-score">API</a></li>
<li><a href="#demo">Demo</a></li>
<li><a href="https://github.com/fwextensions/quick-score-demo">Demo Repo</a></li>
<li><a href="https://www.npmjs.com/package/quick-score">npm</a></li>
</ul>
</section>
<section id="root"></section>
</body>
</html>
<!-- Built at <%= htmlWebpackPlugin.options.buildTime %> -->