Replace homepage search widget with Quick Launch
Use Quick Launch settings for Kagi search with suggestions instead of the search widget, which is the proper way to configure keyboard-driven search in homepage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fc0ce955e4
commit
9db4c9d9ae
1 changed files with 6 additions and 5 deletions
|
|
@ -117,11 +117,6 @@ config:
|
||||||
provider: openweathermap
|
provider: openweathermap
|
||||||
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}"
|
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}"
|
||||||
cache: 15
|
cache: 15
|
||||||
- search:
|
|
||||||
provider: custom
|
|
||||||
url: https://kagi.com/search?q=
|
|
||||||
target: _blank
|
|
||||||
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
|
|
||||||
|
|
||||||
# Kubernetes autodiscovery
|
# Kubernetes autodiscovery
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|
@ -131,6 +126,12 @@ config:
|
||||||
settingsString: |
|
settingsString: |
|
||||||
title: BlumeOps
|
title: BlumeOps
|
||||||
headerStyle: boxed
|
headerStyle: boxed
|
||||||
|
quicklaunch:
|
||||||
|
searchDescriptions: true
|
||||||
|
showSearchSuggestions: true
|
||||||
|
provider: custom
|
||||||
|
url: https://kagi.com/search?q=
|
||||||
|
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
|
||||||
layout:
|
layout:
|
||||||
Host Services:
|
Host Services:
|
||||||
style: column
|
style: column
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue