Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadassaf authored Jun 20, 2018
1 parent 74a7e7c commit 1534f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ then you came to the right place. **Booklight** is a clean Chrome Extension to e
- Fuzzy search enabled for filtering on both folders and urls **NEW**
- Clean current URL before bookmarking (sometimes the url is polluted with query strings e.g `?source= ...` for various tracking information). To clean the url from those, hit `ctrl+alt+x` and this will solve this issue.

![booklight](https://dl.dropboxusercontent.com/u/5258344/Blog/booklight_main.gif)
![booklight](https://preview.ibb.co/bUQqPd/booklight_main.gif)

## Bookmark Search & launch

Booklight now has the ability to search on your bookmakrs **and it is blazing fast**. I have around 20,000 bookmarks ! and through smart lazy loading and fuzzy search, you can now easily search and launch bookmarks anywhere while browsing.
To switch to the url search mode just hit `space` and then you will see that you can now search urls by having the `|` symbol in the input box.
To launch a url in the current window, simply hit `enter` and to open it in a new tab hit `ctr\control + enter`

![booklight-urls](https://dl.dropboxusercontent.com/u/5258344/Blog/booklight.gif)
![booklight-urls](https://preview.ibb.co/dgVqPd/booklight.gif)

### Booklight Performance
I currently have over 1000 folders and 20,000 bookmarked urls. Booklight is blazing fast, to achieve this i implement various hacks to minimize DOM manipulations and most importantly lazy-loading of urls. The lazy loading happens in the following function:
Expand Down

0 comments on commit 1534f77

Please sign in to comment.