aboutsummaryrefslogtreecommitdiff
path: root/198
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /198
Initial versionHEADmain
Diffstat (limited to '198')
-rw-r--r--198/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/198/index.md b/198/index.md
new file mode 100644
index 0000000..59badf7
--- /dev/null
+++ b/198/index.md
@@ -0,0 +1,12 @@
+Title: Integrate a search mode in the location bar
+Author: rodarima
+Created: Fri, 14 Jun 2024 20:18:26 +0000
+State: open
+
+The current UX of opening a search engine is a bit cumbersome when using the search dialog (Ctrl+S). While we have the shortcuts that we can use to prefix a search in the location bar, for example "dd flying ducks" would search "flying ducks" on DuckDuckGo.
+
+Most of the search begin from an already loaded page, so I would suggest a different (optional) workflow. Press Ctrl+S to switch the location bar to search mode (we can mark it properly as such, and add the search engine menu to change the default). Then type the search query "flying ducks" and then decide if you want to open the results in the current page (Enter) or in another tab (Shift+Enter).
+
+This is a quicker method to do a search without changing the current context in which the search is done. It also allows the user to copy or read information from the current page while typing the query. It also has the benefit that the user will know at any time if the location bar is in URL or search mode, so **you can search for an url without worrying it will try to open it**.
+
+We can retain the current search prefixes in the search mode too, so we can switch to other search engines in the same way as before too. \ No newline at end of file