-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from seeba8/feature_browser_action
- Loading branch information
Showing
13 changed files
with
614 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# pinboard-omnibox | ||
# Yet Another Pinboard Extension | ||
Shows your [Pinboard](https://pinboard.in) bookmarks in the omnibar suggestions if "pin" is prepended. | ||
Also, allows you to view, open and edit your bookmarks in your browser. | ||
|
||
Current version: Haven't started counting yet. | ||
Written in pure Javascript without external dependencies. Does not send any data anywhere, as far as I know (except to pinboard, of course). | ||
|
||
Current version: 1.0 | ||
|
||
### Instructions | ||
* To connect the add-on with your pinboard account, enter your API key in the settings page (about:addons). Do *not* enter your main password! The key will be stored in the add-on's local browser storage, and I have no idea if other add-ons / users / whoever can access that. | ||
* To connect the add-on with your pinboard account, enter your API key in the options page (about:addons). Do *not* enter your main password! The key will be stored in the add-on's local browser storage, and I have no idea if other add-ons / users / whoever can access that. | ||
* The API key can be found on https://pinboard.in/settings/password. | ||
|
||
### Future plans | ||
* Refine search to only tags, description or URL using another prefix after "pin", for example `pin u github` would look for entries where the URL contains `github`. | ||
* Start searching only after 3 (?) characters. | ||
* You can search through your bookmarks, create new ones and edit old ones via the button in the Action Menu (add it to the bar if it is not there) | ||
|
||
### Thanks | ||
Thanks to [lostsnow](https://github.com/lostsnow/pinboard-firefox) for the cool addon and for the bug motivating me to look into WebExtensions. | ||
|
||
### Plans for the future | ||
* Enable deleting of bookmarks | ||
* Probably a lot of bugfixes | ||
* Adapt it for Google Chrome, maybe? | ||
* ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.