From c5989eb9c001429f11beff44f47adadca1784467 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 14 Jun 2014 05:13:40 -0700 Subject: Improve the help for saved searches --- pages/options.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/pages/options.html b/pages/options.html index 5450a774..0869b02a 100644 --- a/pages/options.html +++ b/pages/options.html @@ -334,7 +334,8 @@ unmapAll
- Set which search engine is used when searching from the Vomnibar (examples: "http://duckduckgo.com/?q="). + The search engine which is used when searching from the Vomnibar + (e.g.: "http://duckduckgo.com/?q=").
@@ -345,17 +346,11 @@ unmapAll
- Allow customised search engines the format is `token: http://address.com/q?=%s` -
- token must not contain a colon. -
- comments are allowed and start with '#' -
- all `%s` will be replaced with the query string -
- for a list of default and extra search engines please see here -
- to subsequently search for something just type token follewed by your search terms + Use this to add shortcuts for your common search engines when using the Vomnibar.

+ The format is:
+
your-keyword: http://the-site.com/?q=%s
+ %s will be replcaed with your search term.
+ Lines which start with "#" are comments.
-- cgit v1.2.3