Skip to content

Commit 88cb890

Browse files
FannonSimon Heimler
and
Simon Heimler
authored
Style and tips improvements (#143)
* Style links grey again * Bump version correctly * Proper markdown for tips * Added tip --------- Co-authored-by: Simon Heimler <[email protected]>
1 parent f636504 commit 88cb890

File tree

3 files changed

+45
-39
lines changed

3 files changed

+45
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [unreleased]
44

5-
## [v1.10.1]
5+
## [v1.10.2]
66

77
- **FIXED**: Bookmark tagging autocomplete was partly broken. Fixed update of dependency.
88
- **CHANGED**: Moved the tips & tricks to markdown file and just link it, instead of random tips on startup.

Tips.md

Lines changed: 43 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,77 @@
11
# Tips & Tricks
22

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).
44

55
<hr/>
66

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".
811

912
<hr/>
1013

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`
1317

1418
<hr/>
1519

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.
1921

20-
<hr/>
22+
Start your search query with a search mode prefix:
2123

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>
2631

2732
<hr/>
2833

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`
3339

3440
<hr/>
3541

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.
3847

3948
<hr/>
4049

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`
4352

4453
<hr/>
4554

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.
4756

4857
<hr/>
4958

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).
6161

6262
<hr/>
6363

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+
```
6673
6774
<hr/>
6875
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.

popup/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ code {
259259
font-size: 14px;
260260
}
261261
#links a {
262-
color: #87aaca;
262+
color: #a3a3a3;
263263
text-decoration: underline;
264264
}
265265
#links #result-counter {

0 commit comments

Comments
 (0)