From 70a7af44a640ae44cceff9562c7f9a5e832f9657 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Sun, 4 Sep 2022 14:31:50 +0300 Subject: [PATCH] Updated Information Widgets (markdown) --- Information-Widgets.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Information-Widgets.md b/Information-Widgets.md index c588d44..e2116fe 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -77,3 +77,23 @@ The free tier "One Call API" is all thats required, you will need to [subscribe] apiKey: youropenweathermapkey cache: 5 # Time in minutes to cache API responses, to stay within limits ``` + + +## Search + +You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing or any other custom provider that supports the basic `?q=` search query param. + +```yaml +- search: + provider: google # google, duckduckgo, bing or custom + target: _blank +``` + +or for a custom search: + +```yaml +- search: + provider: custom + url: https://lougle.com/?q= + target: _blank +``` \ No newline at end of file