mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-24 03:41:26 +02:00
Merge pull request #480 from stripedew/dev
Add Kagi and Startpage as search engines
This commit is contained in:
commit
ffedd9eaf9
@ -1003,6 +1003,8 @@ Either a value from the table below or a URL to a custom search engine. Use `{QU
|
||||
| google | `https://www.google.com/search?q={QUERY}` |
|
||||
| bing | `https://www.bing.com/search?q={QUERY}` |
|
||||
| perplexity | `https://www.perplexity.ai/search?q={QUERY}` |
|
||||
| kagi | `https://kagi.com/search?q={QUERY}` |
|
||||
| startpage | `https://www.startpage.com/search?q={QUERY}` |
|
||||
|
||||
##### `new-tab`
|
||||
When set to `true`, swaps the shortcuts for showing results in the same or new tab, defaulting to showing results in a new tab.
|
||||
|
@ -35,6 +35,8 @@ var searchEngines = map[string]string{
|
||||
"google": "https://www.google.com/search?q={QUERY}",
|
||||
"bing": "https://www.bing.com/search?q={QUERY}",
|
||||
"perplexity": "https://www.perplexity.ai/search?q={QUERY}",
|
||||
"kagi": "https://kagi.com/search?q={QUERY}",
|
||||
"startpage": "https://www.startpage.com/search?q={QUERY}",
|
||||
}
|
||||
|
||||
func (widget *searchWidget) initialize() error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user