|
1 | 1 | # Tips & Tricks
|
2 | 2 |
|
3 |
| -<strong>Customization</strong>: This extension can be customized via options in many ways. Please refer to the Documentation (link bottom right). |
| 3 | +**Customization**: This extension can be customized via options in many ways. Please refer to the [User Documentation](https://github.com/Fannon/search-bookmarks-history-and-tabs/tree/main?tab=readme-ov-file#user-documentation). |
4 | 4 |
|
5 | 5 | <hr/>
|
6 | 6 |
|
7 |
| -<strong>Tips on startup</strong>: Disable via option: <code>enableHelp: false</code> |
| 7 | +**Keyboard Shortcut**: Trigger the extension via keyboard. <br/> |
| 8 | +The default is `CTRL` + `Shift` + `.`. |
| 9 | + |
| 10 | +This can be customized in the browsers [extensions settings](chrome://extensions/) > "Keyboard Shortcuts". |
8 | 11 |
|
9 | 12 | <hr/>
|
10 | 13 |
|
11 |
| -<strong>Search Strategies</strong>: Switch between <span class="precise">PRECISE</span> (faster, exact) and <span class="fuzzy">FUZZY</span> (slower, more results, fuzzy).<br/><br/> |
12 |
| -This can be done via clicking on the top-right corner of the popup or by setting it in the options like: <code>searchStrategy: precise</code> |
| 14 | +**Search Strategies**: Switch between <span class="precise">PRECISE</span> (faster, exact) and <span class="fuzzy">FUZZY</span> (slower, more results, fuzzy). |
| 15 | + |
| 16 | +This can be done via clicking on the top-right corner of the popup or by setting it in the options like: `searchStrategy: precise` |
13 | 17 |
|
14 | 18 | <hr/>
|
15 | 19 |
|
16 |
| -<strong>Keyboard Shortcut</strong>: Trigger the extension via keyboard. <br/> |
17 |
| -The default is <code>CTRL</code> + <code>Shift</code> + <code>.</code>. <br/><br/> |
18 |
| -This can be customized in the browsers extensions settings. |
| 20 | +**Search Modes**: Use search modes to be more selective. |
19 | 21 |
|
20 |
| -<hr/> |
| 22 | +Start your search query with a search mode prefix: |
21 | 23 |
|
22 |
| -<strong>History Size & History</strong>: By default the number of history items to load are limited. |
23 |
| -Consider increasing or decreasing this, depending on your performance situation and personal preferences:<br /><br /> |
24 |
| -Add / adjust option: <code>historyMaxItems: 1024</code> <br/> |
25 |
| -Add / adjust option: <code>historyDaysAgo: 14</code> |
| 24 | +- \*`#`: Only **bookmarks with the tag** will be returned |
| 25 | +- `~`: Only **bookmarks within the folder** will be returned |
| 26 | +- `t `: Only **tabs** will be searched. |
| 27 | +- `b `: Only **bookmarks** will be searched. |
| 28 | +- `h `: Only **history** and **tabs** will be searched. |
| 29 | +- `s `: Only **search engines** will be proposed. |
| 30 | +</ul> |
26 | 31 |
|
27 | 32 | <hr/>
|
28 | 33 |
|
29 |
| -<strong>Open selected results</strong>: By default, the extension will open the selected result in a new tab or switch to an existing tab if fitting.<br/><br/> |
30 |
| -Hold <code>Shift</code> or <code>Alt</code> to open the result in the current tab.<br /> |
31 |
| -Hold <code>Ctrl</code> to open the result without closing the popup.<br /> |
32 |
| -Press <code>Right Click</code> to copy URL of result into clipboard without closing the popup. |
| 34 | +**History Size & History**: By default the number of history items to load are limited. |
| 35 | +Consider increasing or decreasing this, depending on your performance situation and personal preferences: |
| 36 | + |
| 37 | +Add / adjust option: `historyMaxItems: 1024` <br/> |
| 38 | +Add / adjust option: `historyDaysAgo: 14` |
33 | 39 |
|
34 | 40 | <hr/>
|
35 | 41 |
|
36 |
| -<strong>Custom Bonus Scores</strong>: Append <code> + [whole number]</code> to your bookmark title (before tags). <br/><br/> |
37 |
| -Example: <code>Another Bookmark +10 #tag1</code> |
| 42 | +**Open selected results**: By default, the extension will open the selected result in a new tab or switch to an existing tab if fitting. |
| 43 | + |
| 44 | +Hold `Shift` or `Alt` to open the result in the current tab.<br /> |
| 45 | +Hold `Ctrl` to open the result without closing the popup.<br /> |
| 46 | +Press `Right Click` to copy URL of result into clipboard without closing the popup. |
38 | 47 |
|
39 | 48 | <hr/>
|
40 | 49 |
|
41 |
| -<strong>Custom Bonus Scores</strong>: Append <code> + [whole number]</code> to your bookmark title (before tags). <br/><br/> |
42 |
| -Example: <code>Another Bookmark +10 #tag1</code> |
| 50 | +**Custom Bonus Scores**: Append ` + [whole number]` to your bookmark title (before tags). <br/><br/> |
| 51 | +Example: `Another Bookmark +10 #tag1` |
43 | 52 |
|
44 | 53 | <hr/>
|
45 | 54 |
|
46 |
| -<strong>Copy to Clipboard</strong>: Right click a result item to copy its URL to the clipboard. |
| 55 | +**Copy to Clipboard**: Right click a result item to copy its URL to the clipboard. |
47 | 56 |
|
48 | 57 | <hr/>
|
49 | 58 |
|
50 |
| -<strong>Search Modes</strong>: Use search modes to be more selective.<br/><br/> |
51 |
| -Start your search query with a search mode prefix: |
52 |
| - |
53 |
| -<ul> |
54 |
| - <li><code>#</code>: Only <strong>bookmarks with the tag</strong> will be returned</li> |
55 |
| - <li><code>~</code>: Only <strong>bookmarks within the folder</strong> will be returned</li> |
56 |
| - <li><code>t </code>: Only <strong>tabs</strong> will be searched.</li> |
57 |
| - <li><code>b </code>: Only <strong>bookmarks</strong> will be searched.</li> |
58 |
| - <li><code>h </code>: Only <strong>history</strong> and <strong>tabs</strong> will be searched.</li> |
59 |
| - <li><code>s </code>: Only <strong>search engines</strong> will be proposed.</li> |
60 |
| -</ul> |
| 59 | +**Special Browser Pages**: You can add special browser pages to your bookmarks, like |
| 60 | +[chrome://downloads](chrome://downloads). |
61 | 61 |
|
62 | 62 | <hr/>
|
63 | 63 |
|
64 |
| -<strong>Special Browser Pages</strong>: You can add special browser pages to your bookmarks, like |
65 |
| -<code>chrome://downloads</code>. |
| 64 | +**Clean Up History**: There is an option to ignore URLs from history if they include a string. |
| 65 | +Use this to remove unwanted entries from your history from your search index. |
| 66 | + |
| 67 | +```yaml |
| 68 | +historyIgnoreList: |
| 69 | + - extension:// |
| 70 | + - http://localhost |
| 71 | + - http://127.0.0.1 |
| 72 | +``` |
66 | 73 |
|
67 | 74 | <hr/>
|
68 | 75 |
|
69 |
| -<strong>Keyboard Navigation</strong>: You can navigate result entries also in Emacs / Vim style:<br/><br/> |
70 |
| -<code>Ctrl+N</code> and <code>Ctrl+J</code> to navigate search results up.<br/> |
71 |
| -<code>Ctrl+P</code> and <code>Ctrl+K</code> to navigate search results down. |
| 76 | +**Keyboard Navigation**: You can navigate result entries also in Emacs / Vim style:<br/><br/> |
| 77 | +` Ctrl+N``` and `Ctrl+J`to navigate search results up.<br/>`Ctrl+P`and`Ctrl+K` to navigate search results down. |
0 commit comments