|
8 | 8 | - developer-experience
|
9 | 9 | ---
|
10 | 10 |
|
| 11 | +UPDATE (7/31/2025): Prefixing the search shortcut value with an `@` ensures the browser doesn't mistake it for a regular search instead of a shortcut. |
| 12 | + |
11 | 13 | TL;DR: Managing search engines in Chromium-based browsers can significantly enhance your browsing efficiency. Here's how to do it. aka chrome://settings/searchEngines
|
12 | 14 |
|
13 | 15 | I am a keyboard user more than a mouse user. I don't tend to use bookmarks in my browser. I prefer to use "shortcuts" in my browser's address bar to quickly access different websites. The aliases are entries into my Chromium-based browser's settings, search engines. This allows me to type a keyword followed by a search term to quickly navigate to the desired site or perform a search.
|
14 | 16 |
|
15 |
| -Example: typing `blog` goes to this repository, https://github.com/jmeridth/jmeridth.github.io. Another option typing `tags`, tabbing and then typing `go` will result in the url https://jmeridth.github.io/tags/go. |
| 17 | +Example: typing `@blog` goes to this repository, https://github.com/jmeridth/jmeridth.github.io. Another option typing `@tags`, tabbing and then typing `go` will result in the url https://jmeridth.github.io/tags/go. |
16 | 18 |
|
17 | 19 | Both of these can be created by going to the search engines settings in your browser. In Chromium-based browsers, you can access this by navigating to `chrome://settings/searchEngines`. Here, you can add new search engines or edit existing ones.
|
18 | 20 |
|
19 | 21 | To add a new search engine, click on "Add" and fill in the following fields:
|
20 | 22 | - **Search engine**: A name for the search engine (e.g., "Blog").
|
21 |
| -- **Keyword**: A keyword that you will type in the address bar to trigger this search engine (e.g., "blog"). |
| 23 | +- **Keyword**: A keyword that you will type in the address bar to trigger this search engine (e.g., "@blog"). |
22 | 24 | - **URL with %s in place of query**: The URL you want to navigate to, with `%s` as a placeholder for the search term (e.g., `
|
23 | 25 |
|
24 |
| -For `blog`, the Name would be `blog`, Shortcut would be `blog`, and URL would be `https://github.com/jmeridth/jmeridth.github.io`. |
| 26 | +For `blog`, the Name would be `blog`, Shortcut would be `@blog`, and URL would be `https://github.com/jmeridth/jmeridth.github.io`. |
25 | 27 |
|
26 | 28 | 
|
27 | 29 |
|
28 |
| -For `tags`, the Name would be `tags`, Shortcut would be `tags`, and URL would be `https://jmeridth.github.io/tags/%s`. |
| 30 | +For `tags`, the Name would be `tags`, Shortcut would be `@tags`, and URL would be `https://jmeridth.github.io/tags/%s`. |
29 | 31 |
|
30 | 32 | 
|
31 | 33 |
|
|
0 commit comments