-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated README for first working release
- Loading branch information
1 parent
39165ca
commit 5a95587
Showing
1 changed file
with
7 additions
and
2 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,4 +1,9 @@ | ||
# known-pinboard | ||
Post bookmarks from Known (withknown.com) to Pinboard (pinboard.in), IndieWeb style | ||
|
||
Heavily inspired by [Tim Owens' Diigo plugin](https://github.com/timmmmyboy/Diigo) | ||
Post bookmarks from Known (withknown.com) to Pinboard (pinboard.in), IndieWeb style. | ||
|
||
This plugin adds a syndication option to send your bookmarks to the fabolous Pinboard social bookmarking service after posting them on your own Known site. It uses the Pinboard API (using TLS) for this. | ||
|
||
Currently it supports creating bookmarks and including tags and a detailed description (taking from your Known entry). There seem to be some encoding issues left, though. | ||
|
||
This plugin was heavily inspired by [Tim Owens' Diigo plugin](https://github.com/timmmmyboy/Diigo), thanks for your awesome work! |