summaryrefslogtreecommitdiff
path: root/common/locale/en-US/marks.xml
blob: 084cc64ba1c01ae4b2e622e1359bb8480d067d04 (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>

<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">

<document
    name="marks"
    title="&liberator.appname; Marks"
    xmlns="http://vimperator.org/namespaces/liberator"
    xmlns:html="http://www.w3.org/1999/xhtml">
<h1 tag="different-marks marks">Marks</h1>

<p>
    Vimperator supports a number of different marks:
</p>

<ul>
    <li>Bookmarks which allow you to mark a web page as one of your favorites for easy access.</li>
    <li>QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or groups of web sites) which you visit most often.</li>
    <li>Local marks to store the position within a web page.</li>
    <li>History is also a special type of marks, as Vimperator automatically remembers sites which you have visited in the past.</li>
</ul>

<h1 tag="bookmarks">Bookmarks</h1>

<item>
    <tags>a :bma :bmark</tags>
    <spec>:bma[rk][!] <oa>-title=title</oa> <oa>-keyword=kw</oa> <oa>-tag=tag1,tag2</oa> <oa>url</oa></spec>
    <spec>a</spec>
    <description>
        <p>Add a bookmark.</p>

        <p>The following options are interpreted:</p>

        <ul>
            <li>-title="custom title" (short option: -t)</li>
            <li>-tag=comma,separated,tag,list (short option: -T)</li>
            <li>-keyword=keyword (short option: -k)</li>
        </ul>

        <p>
            If [!] is present, a new bookmark is always added. Otherwise, the first
            bookmark matching <oa>url</oa> is updated.
        </p>

        <p>
            When creating a new bookmark, if <oa>-title</oa> isn't given, either the web
            page's title or URL is used. You can omit the optional <oa>url</oa> argument, so
            just do <ex>:bmark</ex> to bookmark the currently loaded web page with a default
            title and without any tags.
        </p>
    </description>
</item>

<item>
    <tags>A</tags>
    <spec>A</spec>
    <description>
        <p>
            Toggle bookmarked state of current URL. Add/remove a bookmark for the current
            location, depending on if it is already bookmarked or not. In contrast to the
            <ex>:bmark</ex> command, the bookmark is just <em>starred</em> which means it is placed
            in the <em>Unfiled Bookmarks Folder</em> instead of the bookmarks menu.
        </p>
    </description>
</item>

<item>
    <tags>:bmarks</tags>
    <spec>:bmarks[!] <oa>filter</oa></spec>
    <description>
        <p>
            List or open multiple bookmarks. Open the message window at the bottom of the
            screen with all bookmarks which match <oa>filter</oa> either in the title or
            URL. You can then use extended hint commands like <k>;o</k> to open the desired
            bookmark.
        </p>

        <p>
            The special version <ex>:bmarks!</ex> works the same as <ex>:bmarks</ex> except it
            opens all the found bookmarks in new tabs.
        </p>

        <p>Filter can also contain the following options:</p>

        <ul>
            <li>-tag=comma,separated,tag,list (short option: -T)</li>
            <li>-max=N (short options: -m)</li>
        </ul>
    </description>
</item>

<item>
    <tags>:delbm :delbmarks</tags>
    <spec>:delbm[arks] <oa>url</oa></spec>
    <spec>:delbm[arks]!</spec>
    <description>
        <p>
            Delete a bookmark. Deletes *all* bookmarks which match the <oa>url</oa>. If
            omitted, <oa>url</oa> defaults to the URL of the current buffer. Use <k name="Tab"/>
            key on a string to complete the URL which you want to delete.
        </p>

        <p>If ! is specified then all bookmarks will be deleted.</p>
    </description>
</item>
<!-- TODO: why is this duplicated in browsing? -->
<h1 tag="history">History</h1>

<item>
    <tags><![CDATA[<C-o>]]></tags>
    <spec><![CDATA[[count]<C-o>]]></spec>
    <description>
        <p>
            Go to an older position in the jump list. The jump list is just the browser
            history for now. If <oa>count</oa> is specified go back <oa>count</oa> pages.
        </p>
    </description>
</item>

<item>
    <tags><![CDATA[<C-i>]]></tags>
    <spec><![CDATA[[count]<C-i>]]></spec>
    <description>
        <p>
            Go to a newer position in the jump list. The jump list
            is just the browser history for now. If <oa>count</oa>
            is specified go forward <oa>count</oa> pages.
        </p>
    </description>
</item>

<item>
    <tags><![CDATA[<M-Left> <A-Left> H]]></tags>
    <spec>[count]H</spec>
    <description>
        <p>Go back in the browser history. If <oa>count</oa> is specified go back <oa>count</oa> pages.</p>
    </description>
</item>

<item>
    <tags><![CDATA[<M-Right> <A-Right> L]]></tags>
    <spec>[count]L</spec>
    <description>
        <p>
            Go forward in the browser history. If <oa>count</oa> is specified go forward <oa>count</oa>
            pages.
        </p>
    </description>
</item>

<item>
    <tags>:ba :back</tags>
    <spec>:[count]ba[ck] <oa>url</oa></spec>
    <spec>:[count]ba[ck]!</spec>
    <description>
        <p>
            Go back in the browser history. If <oa>count</oa> is specified go back <oa>count</oa> pages.
        </p>
        <p>
            The special version <ex>:back!</ex> goes to the beginning of the browser history.
        </p>
    </description>
</item>

<item>
    <tags>:fw :fo :forward</tags>
    <spec>:[count]fo[rward] <oa>url</oa></spec>
    <spec>:[count]fo[rward]!</spec>
    <description>
        <p>
            Go forward in the browser history. If <oa>count</oa> is specified go forward <oa>count</oa>
            pages.
        </p>
        <p>
            The special version <ex>:forward!</ex> goes to the end of the browser history.
        </p>
    </description>
</item>

<item>
    <tags>:hs :hist :history</tags>
    <spec>:hist[ory][!] <oa>filter</oa></spec>
    <description>
        <p>
            Show recently visited URLs. Open the message window at the bottom of the screen
            with all history items which match <oa>filter</oa> either in the title or URL.
        </p>

        <p>
            The special version <ex>:history!</ex> works the same as <ex>:history</ex> except
            it opens all the found items in new tabs.
        </p>

        <p>Filter can also contain the following options:</p>

        <ul>
            <li>-max=N (short options: -m)</li>
        </ul>
    </description>
</item>

<h1 tag="quickmarks">QuickMarks</h1>

<item>
    <tags>go</tags>
    <spec>a-zA-Z0-9</spec>
    <description>
        <p>
            Jump to a QuickMark in the current tab. Open any QuickMark in the current tab.
            You can mark any URLs with <k>M</k><a>a-zA-Z0-9</a>. These QuickMarks are
            persistent across browser sessions.
        </p>
    </description>
</item>

<item>
    <tags>gn</tags>
    <spec>a-zA-Z0-9</spec>
    <description>
        <p>
            Jump to a QuickMark in a new tab. Works like
            <k>go</k><a>a-zA-Z0-9</a> but opens the QuickMark in a
            new tab. Whether the new tab is activated or not depends
            on the <o>activate</o> option.
        </p>
        <p>
            Mnemonic: Go in a new tab. <k>gt</k> would make more
            sense but is already taken.
        </p>
    </description>
</item>

<item>
    <tags>M</tags>
    <spec>a-zA-Z0-9</spec>
    <description>
        <p>
            Add new QuickMark for current URL. You can go to a
            marked URL in the current tab with
            <k>go</k><a>a-zA-Z0-9</a> or in a new tab with
            <k>gn</k><a>a-zA-Z0-9</a>. These QuickMarks are
            persistent across browser sessions.
        </p>
    </description>
</item>

<item>
    <tags>:delqm :delqmarks</tags>
    <spec>marks</spec>
    <spec>:delqm[arks]!</spec>
    <description>
        <p>Delete the specified QuickMarks. QuickMarks are presented as a list.</p>

        <p>Examples:</p>

        <ul>
            <li><ex>:delqmarks Aa b p</ex> deletes QuickMarks A, a, b and p</li>
            <li><ex>:delqmarks b-p</ex> deletes all QuickMarks in the range b to p</li>
            <li><ex>:delqmarks!</ex> deletes all QuickMarks</li>
        </ul>
    </description>
</item>

<item>
    <tags>:qma :qmark</tags>
    <spec>a-zA-Z0-9</spec>
    <description>
        <p>
            Mark a URL with a letter for quick access. You can also mark whole groups
            like this:
        </p>

        <p>
             <ex>:qmark f http://forum1.com, http://forum2.com, imdb some artist</ex>
        </p>
    </description>
</item>

<item>
    <tags>:qmarks</tags>
    <spec>:qmarks <oa>arg</oa></spec>
    <description>
        <p>
            Show all QuickMarks. If <oa>arg</oa> is specified then
            limit the list to those QuickMarks mentioned.
        </p>
    </description>
</item>
<h1 tag="localmarks">Local marks</h1>

<item>
    <tags>m</tags>
    <spec>a-zA-Z</spec>
    <description>
        <p>
            Set mark at the cursor position. Marks a-z are local to the buffer, whereas
            A-Z are valid between buffers.
        </p>
    </description>
</item>

<item>
    <tags>` '</tags>
    <spec>a-zA-Z</spec>
    <description>
        <p>
            Jump to the mark. Marks a-z are local to the buffer, whereas A-Z are valid
            between buffers.
        </p>
    </description>
</item>

<item>
    <tags>:delm :delmarks</tags>
    <spec>marks</spec>
    <spec>:delm[arks]!</spec>
    <description>
        <p>Delete the specified marks. Marks are presented as a list.</p>

        <p>Examples:</p>

        <ul>
            <li><ex>:delmarks Aa b p</ex> deletes marks A, a, b and p</li>
            <li><ex>:delmarks b-p</ex> deletes all marks in the range b to p</li>
            <li><ex>:delmarks!</ex> deletes all marks for the current buffer</li>
        </ul>

    </description>
</item>

<item>
    <tags>:ma :mark</tags>
    <spec>a-zA-Z</spec>
    <description>
        <p>Mark current location within the web page.</p>
    </description>
</item>

<item>
    <tags>:marks</tags>
    <spec>:marks <oa>arg</oa></spec>
    <description>
        <p>
            Show all location marks of the current web page. If
            <oa>arg</oa> is specified then limit the list to those
            marks mentioned.
        </p>
    </description>
</item>
</document>

<!-- vim:se sts=4 sw=4 et: -->