pinboard-elinks

Check-in [54472f67b0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Bug fix: Redirect back to original page after bookmarking
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 54472f67b080006ba46e4ff38b136fd9a987d506b79cf14acf4099955a8cf810
User & Date: atomicules@lavabit.com 2012-12-16 23:11:45.000
Context
2012-12-20
00:04
Add delete "button" to bookmark page, works via Pinboard API

- Can't use normal delete/destroy since requires posting form data and
as far as I know that can only be done via Javascript. However, the
API works great just as a get request. Therefore make a delete link
that works via an API call
- Since this is immediately destructive only put the delete link on the
individual bookmark page, not when browsing through a list of
bookmarks
- Requires API token to be entered into file
- Also use some file level variables to avoid repetition and
duplication.
- Clear up naming. Was a mix of camel case and underscores check-in: 68a1601284 user: atomicules@lavabit.com tags: master, trunk

2012-12-16
23:11
Bug fix: Redirect back to original page after bookmarking check-in: 54472f67b0 user: atomicules@lavabit.com tags: master, trunk
13:29
Move todo comments to README check-in: c50d4e18be user: atomicules@lavabit.com tags: master, trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to pinboard.lua.