blob: 7e6b199c7016a04b44740b43cbc73242145993a4 (
plain) (
blame)
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
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic"
id="bookmark-smart">
<info>
<link type="guide" xref="index#bookmark"/>
<link type="guide" xref="bookmark"/>
<revision pkgversion="3.10" date="2013-07-02" status="candidate"/>
<credit type="author copyright">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<!-- <credit type="copyright editor">
<name></name>
<email its:translate="no"></email>
<years></years>
</credit>-->
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>What are smart bookmarks and how do I add one?</desc>
</info>
<title>Smart bookmarks</title>
<p>A smart bookmark is used to add a search to the address bar. This can be
useful if you prefer to use a specific search engine regularly.</p>
<steps>
<title>Add a smart bookmark</title>
<item>
<p>Perform a search using the search engine that you want to add.</p>
</item>
<item>
<p>Bookmark the page, replacing the search term with <input>%s</input>
in the URL.</p>
</item>
</steps>
<example>
<p>For example, if you want to be able to search the GNOME user help, start
by doing a test search such as for "epiphany". The resulting URL will look
like https://help.gnome.org/search?q=epiphany. To
<link xref="bookmark-add">add the "bookmark"</link>, replace
<input>epiphany</input> with <input>%s</input> when bookmarking the page so
that the <gui>Address</gui> looks like
<input>https://help.gnome.org/search?q=%s</input>. You may also want to use
a <gui>Title</gui> such as <input>Search GNOME help</input>.</p>
<p>When you next start typing in the address bar, you will see <gui>Search
GNOME help</gui> where your <link xref="history">browsing history</link>
would normally be shown. Click it to submit the search.</p>
</example>
<p>Apart from search engines, you can also use smart bookmarks for other
queries, such as searching an online show for a product.</p>
</page>
|