diff options
Diffstat (limited to 'pages/completion_engines.html')
| -rw-r--r-- | pages/completion_engines.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pages/completion_engines.html b/pages/completion_engines.html index 42c60e31..69158c78 100644 --- a/pages/completion_engines.html +++ b/pages/completion_engines.html @@ -3,8 +3,10 @@ <title>Vimium Search Completion</title> <!-- We re-use some styling from the options page, so that the look and feel here is similar --> <link rel="stylesheet" type="text/css" href="options.css"> + <link rel="stylesheet" type="text/css" href="completion_engines.css"> <script src="content_script_loader.js"></script> <script type="text/javascript" src="../lib/settings.js"></script> + <script src="../background_scripts/completion_engines.js"></script> <script src="completion_engines.js"></script> </head> @@ -13,17 +15,17 @@ <header>Vimium Search Completion</header> <p> Search completion is available for custom search engines whose search URL matches one of Vimium's - built-in completion engines. Search completion is not available for the default search engine. + built-in completion engines; that is, the search URL matches one of the regular expressions below. + Search completion is not available for the default search engine. </p> <p> - Custom search engines are configured on the <a href="options.html">options</a> page. + Custom search engines can be configured on the <a href="options.html" target="_blank">options</a> + page. <br/> + Further information is available on the <a href="https://github.com/philc/vimium/wiki/Search-Completion">wiki</a>. </p> <header>Available Completion Engines</header> <p> - The following completion engines are available. - <dl id="engineList"> - {{{ENGINES}}} - </dl> + <dl id="engineList"></dl> </p> </div> </body> |
