Skip to content

Commit

Permalink
Adjusted main description (#14)
Browse files Browse the repository at this point in the history
* Adjusted main description

* Update package lock

Co-authored-by: Simon Heimler <[email protected]>
  • Loading branch information
Fannon and Simon Heimler authored Sep 12, 2021
1 parent 059d0f1 commit f83f0f9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 30 deletions.
22 changes: 11 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@

## Features

- **The extension does not collect any data nor does it make any external requests.** (see [Privacy](#privacy--data-protection))
- Support for two different search approaches:
- Fuzzy search (approximate string matching): Slower, but includes also inexact (fuzzy) matches.
- Exact search (starts with matching): Faster and only exact matching results.
- Tagging for bookmarks with auto completions.
- Dark theme / light theme via system settings (see [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme))
- Fallback to use search engines like Google, Dict.cc etc. (multiple options)
- Customization via [user options](#user-configuration).
**This extension does not collect any data nor does it make any external requests** (see [Privacy](#privacy--data-protection)).

I created this extension, because I really like to use keyboard navigation where possible. The inspiration for this extension was VSCode (command palette) and similar tools.

It supports two different search approaches:

- Fuzzy search (approximate string matching): Slower, but includes also inexact (fuzzy) matches.
- Exact search (starts with matching): Faster, but only exact matching results.

With this extension you can also **tag your bookmarks** including auto completions. The tags are then considered when searching and can be used for navigation.

In general, the extension is very customizable (see [user options](#user-configuration)) and has a dark / light theme that is selected based on your system settings (see [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)).

For a list of recent changes, see [CHANGELOG.md](./CHANGELOG.md).

Expand Down Expand Up @@ -62,7 +66,7 @@ This extension is built to respect your privacy:
- This extension works best if you avoid:
- using `#` in bookmark titles that do not indicate a tag.
- using `~` in bookmark folder names.
- You can also add special browser pages to your bookmarks, like `chrome://downloads`.
- Tip: You can also add special browser pages to your bookmarks, like `chrome://downloads`.

## User Configuration

Expand Down
Binary file modified images/promo-300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/promo-440-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-cypress": "^2.11.3",
"live-server": "^1.2.1",
"node-sass": "^6.0.1",
"prettier": "2.3.2",
"prettier": "2.4.0",
"prettier-eslint": "^13.0.0"
},
"scripts": {
Expand Down

0 comments on commit f83f0f9

Please sign in to comment.