File: number.html

package info (click to toggle)
qutebrowser 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,432 kB
  • sloc: python: 72,411; javascript: 31,862; sh: 874; xml: 149; makefile: 52
file content (35 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Numbered hints</title>
    </head>
    <body>
        <p>
        This page contains various links to test numbered hints. This requires setting hints -> mode to number.
        </p>

        <p>
          Related issues:
          <ul>
          <li>#308 - Renumber hints when filtering them in number mode.</li>
          <li>#576 - Keep hint filtering when rapid hinting in number mode</li>
          <li>#674 (comment) - Multi-word matching for hints </li>
          </ul>
        </p>

        <ul>
            <li><a href="/data/numbers/1.txt">one</a></li>
            <li><a href="/data/numbers/2.txt">two</a></li>
            <li><a href="/data/numbers/3.txt">three</a></li>
            <li><a href="/data/numbers/4.txt">four</a></li>
            <li><a href="/data/numbers/5.txt">five</a></li>
            <li><a href="/data/numbers/6.txt">six</a></li>
            <li><a href="/data/numbers/7.txt">seven</a></li>
            <li><a href="/data/numbers/8.txt">eight</a></li>
            <li><a href="/data/numbers/9.txt">nine</a></li>
            <li><a href="/data/numbers/10.txt">ten</a></li>
            <li><a href="/data/numbers/11.txt">tenorhorn posaune (eleven)</a></li>
        </ul>
    </body>
</html>