From f75588c35b6c7b3af34e2bad43b9ed553a180bee Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 29 Sep 2022 16:38:17 +0900 Subject: [PATCH] - Change EN Guide websearch plugin - Change URL Text to Selectable --- .../Languages/en.xaml | 26 ++++++++++++------- .../SearchSourceSetting.xaml | 3 ++- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml index 632b6d3a3a6..0906d30f03f 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml @@ -1,6 +1,7 @@ - + Search Source Setting Open search in: @@ -15,16 +16,21 @@ Action Keyword URL Search - Use Search Query Autocomplete: - Autocomplete Data from: + Use Search Query Autocomplete: + Autocomplete Data from: Please select a web search Are you sure you want to delete {0}? - If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows. - https://www.netflix.com/search?q={q} - Add it to the URL section below. You can now search Netflix with Flow using any search terms. - + If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads + https://www.netflix.com/search?q=Casino + + Now copy this entrire string and paste it in the URL field below. + Then replace casino with {q}. + Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + - + + + Title Enable Select Icon diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml index f36db153d1d..850ff8e2092 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml @@ -75,10 +75,11 @@ Text="{DynamicResource flowlauncher_plugin_websearch_guide_1}" TextAlignment="Left" TextWrapping="WrapWithOverflow" /> -