diff options
| author | Phil Crosby | 2014-06-14 05:13:40 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2014-06-14 05:14:04 -0700 | 
| commit | c5989eb9c001429f11beff44f47adadca1784467 (patch) | |
| tree | 6b781c28665ce409c38ff68699efc2f092947a3c | |
| parent | d674b10c38e1d9d6cf230391a23107ef53b82282 (diff) | |
| download | vimium-c5989eb9c001429f11beff44f47adadca1784467.tar.bz2 | |
Improve the help for saved searches
| -rw-r--r-- | pages/options.html | 19 | 
1 files 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              <td verticalAlign="top">                  <div class="help">                    <div class="example"> -                    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=").                    </div>                  </div>                  <input id="searchUrl" type="text" /> @@ -345,17 +346,11 @@ unmapAll              <td verticalAlign="top">                  <div class="help">                    <div class="example"> -                      Allow customised search engines the format is `token: http://address.com/q?=%s` -                      <br/> -                      token must not contain a colon. -                      <br/> -                      comments are allowed and start with '#' -                      <br/> -                      all `%s` will be replaced with the query string -                      <br/> -                      for a list of default and extra search engines please see <a href="https://gist.github.com/mhauserr/1918ecd63393a9cb23c4">here</a> -                      <br/> -                      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.<br/><br/> +                    The format is:<br/> +                    <pre>your-keyword: http://the-site.com/?q=%s</pre> +                    %s will be replcaed with your search term.<br/> +                    Lines which start with "#" are comments.                    </div>                  </div>                  <textarea id="searchEngines"></textarea> | 
