60 lines
		
	
	
		
			No EOL
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			No EOL
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>AskLyphe Docs - Complications</title>
 | |
|     <link rel="stylesheet" href="/static/themes/default/shell.css"/>
 | |
|     <link rel="stylesheet" href="/static/themes/default/docs.css"/>
 | |
| </head>
 | |
| <body>
 | |
| <div class="main">
 | |
|     <span id="prealpha-warning">WARNING! askLyphe is in pre-alpha! user experience is in no way representative of the final product!</span>
 | |
|     <a href="/">
 | |
|         <div id="lyphebig">
 | |
|             <div class="bent-surrounding">
 | |
|                 <img id="lypheimg" src="/static/img/lyphebent-prealpha.png" alt="image of lyphe, our mascot!">
 | |
|             </div>
 | |
|             <div id="lyphetitle">
 | |
|                 <img src="/static/img/logo.png" alt="ask Lyphe!"/>
 | |
|             </div>
 | |
|         </div>
 | |
|     </a>
 | |
| 
 | |
|     <div id="content">
 | |
|         <div class="pagegradient">
 | |
|             <div id="docsarea">
 | |
|                 <a href="..">back</a>
 | |
|                 <h1>complications guide / info</h1>
 | |
| 
 | |
|                 <p>
 | |
|                     complications are the little panels that show up on certain searches.
 | |
|                     some examples are the wikipedia complication, which will show you wikipedia results
 | |
|                     for searches that result in wikipedia pages; or the unit converter complication, which will
 | |
|                     attempt to convert units when given a query such as "5 km to miles".
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     we currently have only implemented the wikipedia and unit converter complications, we plan to add
 | |
|                     more in the future but for now this is all. furthermore, the unit converter complication only
 | |
|                     currently supports length units.
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     an additional note on the unit converter is that it, if given a single unit such as "5km", will
 | |
|                     attempt to automatically find the simplest alternate unit to represent the value as.
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     you can disable complications by adding "-complications" to your search query. in the future, this
 | |
|                     will be a setting in your user settings area.
 | |
|                 </p>
 | |
| 
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html> |