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
|
||||
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}"
|
||||
cache: 15
|
||||
- search:
|
||||
provider: custom
|
||||
url: https://kagi.com/search?q=
|
||||
target: _blank
|
||||
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
|
||||
|
||||
# Kubernetes autodiscovery
|
||||
kubernetes:
|
||||
|
|
@ -131,6 +126,12 @@ config:
|
|||
settingsString: |
|
||||
title: BlumeOps
|
||||
headerStyle: boxed
|
||||
quicklaunch:
|
||||
searchDescriptions: true
|
||||
showSearchSuggestions: true
|
||||
provider: custom
|
||||
url: https://kagi.com/search?q=
|
||||
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
|
||||
layout:
|
||||
Host Services:
|
||||
style: column
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue