/Pinboard-Bulk-Tag-Editor

Allows for quick editing/folding of tags on pinboard.in

Primary LanguageHTML

This is a very rough v0.0.0.1 version of a bulk tag editor for http://Pinboard.in

Simply open the HTML file locally and you'll be prompted for your username/password by the Pinboard site (the code does not ask for your credentials or use them in any way. The username/password request is coming from the Pinboard server.)

Edit any tags you want to change. If you enter an already existing tagname, Pinboard takes care of folding the changed items into the existing set.

When ready, click the "UPDATE CHANGED TAGS" link at the top of the page.

You'll see a div showing the progress of the update. Updates are rate-limited to 1 change every 2 seconds, to comply with Pinboard's API terms of use.

This has been tested in Safari 5.1 through Safari 9.0.1 ONLY

Use at your own risk.

2015-12-08: Present tags in alpha order by tag name (Thanks for the suggestion go to Josh Wagner)
2015-12-09: Now properly handles Pinboard tags that contain an ampersand: r&d
2015-12-09: Made tag names active links to user's tagged bookmarks. Requires the user to enter their PinBoard username (only once per bulk manager session). (Thanks for the suggestion go to Josh Wagner)