Created Search bar (markdown)

pawelmalak 2021-08-09 13:11:56 +02:00
parent 49a6fc5813
commit 558e752a81

22
Search-bar.md Normal file

@ -0,0 +1,22 @@
### Searching
To use search bar you need to type your search query with selected prefix. For example, to search for "what is docker" using google search you would type: `/g what is docker`.
### Options
- Default Search Provider
- Allows to set default search provider and use it without prefix
- Open search results in the same tab
### Supported search queries
| Name | Prefix | Search URL |
|--------------------|--------|-----------------------------------------------|
| Deezer | /dz | https://www.deezer.com/search/ |
| Disroot | /ds | http://search.disroot.org/search?q= |
| DuckDuckGo | /d | https://duckduckgo.com/?q= |
| Google | /g | https://www.google.com/search?q= |
| IMDb | /im | https://www.imdb.com/find?q= |
| Reddit | /r | https://www.reddit.com/search?q= |
| Spotify | /sp | https://open.spotify.com/search/ |
| The Movie Database | /mv | https://www.themoviedb.org/search?query= |
| Tidal | /td | https://listen.tidal.com/search?q= |
| YouTube | /yt | https://www.youtube.com/results?search_query= |