-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
help.html
100 lines (71 loc) · 2.78 KB
/
help.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title>Odinochka Help</title>
<style>
header, footer, article, div {
clear:both;
margin: 3em;
}
div::after, form::after {
content:"";
clear:both;
display: block;
}
</style>
</head>
<body>
<header>
<h1>Odinochka</h1>
</header>
<article>
<h2>Short Tutorial</h2>
Odinochka is a tab vault, in the style of OneTab or Toby, but
developer-centric. It is designed to be lightweight yet featureful.
<p>
<h3>Saving Tabs</h3>
Instead of closing a tab and losing it forever, or opening 300 tabs,
crashing your browser, and losing all of them forever, you can save
tabs to Odinochka's database. <p>
To save your current tab to Odinochka, click the extension's icon on
your toolbar (or press Alt-T). <p>
Right clicking the icon will show a context menu, containing several
variants to save groups of tabs all at once. <p>
<h3> Viewing and Restoring Tabs</h3>
Click 'show' in the toolbar menu (or Alt-Shift-O) to view your saved
tabs. 'help' will show this page. <p>
Tabs are organized into groups. To open a whole group of tabs at once,
shift-double click the title. You can also click the pop-up x to
delete a group. <p>
You can edit group names by double clicking on a group header (press tab
when done). If you add the word "lock" to a group name, you will be
prevented from deleting it. <p>
You can also drag-and-drop to organize your lists of tabs. <p>
Clicking the popdown arrow after a youtube link will open a mini-player.
There's a handler in the inside corner to resize it - double click the
handle to close the player.
<h2>Options</h2>
Click the hamburger icon (☰) in the footer of Odinocha to pop
open an options dialog, which will allow you to adjust how Odinochka
saves and restores tabs. <p>
Advanced Options - please see GitHub for more information on configuring
automated cloud backups.
<h2>Etymology</h2>
Russian for <a href="https://wiki.c2.com/?SingletonPattern">singleton</a>,
a common programming design pattern, but also:
<ul>
<li> Loner
<li> Alaskan trading post
<li> solitary confinement
</ul>
</article>
<footer>
<p>
Copyright njnm 2019-2020.
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.</a>
<a href="https://github.com/njnmco/odinochka">GitHub</a>
<a href="https://github.com/sponsors/nfultz">Sponsor</a>
</p>
</footer>
</body>
</html>