Skip to content

Commit

Permalink
update image links to dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadassaf committed Feb 27, 2017
1 parent ebcb2d4 commit e68d38f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ I got fed up wasting my time trying to navigate my way through bunch of bookmark
- Have a couple hundreds (or thousands) of folders in your bookmarks
- You like to keep things tidy and every page has to be in its "perfect" place

then you came to the right place. **Booklight** is a clean Chrome Extension to ease the way of adding a bookmark.
then you came to the right place. **Booklight** is a clean Chrome Extension to ease the way of adding a bookmark.

- To launch press (ctrl/Control + b)
- To enable bookmarks search mode hit `space` after booklight is launched

[Download from Chrome Store](https://chrome.google.com/webstore/detail/booklight/lkdhojpobehkcldjmileiancjjpdeakk) |
[Download from Chrome Store](https://chrome.google.com/webstore/detail/booklight/lkdhojpobehkcldjmileiancjjpdeakk) |
[Watch YouTube Video](https://www.youtube.com/watch?v=fxqaToLRLNo)

### Features
Expand All @@ -26,14 +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](http://g.recordit.co/ZsvnnFqYdu.gif)
![booklight](https://dl.dropboxusercontent.com/u/5258344/Blog/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](http://g.recordit.co/aala9MAKo9.gif)

![booklight-urls](https://dl.dropboxusercontent.com/u/5258344/Blog/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 e68d38f

Please sign in to comment.