Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove done item from todo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7a09c1b2d349c01ad1229150d8eb2cc2 |
User & Date: | atomicules@lavabit.com 2012-12-20 00:09:54 |
Context
2012-12-20
| ||
12:14 | Add some notes about edit/delete functionality, etc check-in: 9e80d1ff8a user: atomicules@lavabit.com tags: master, trunk | |
00:09 | Remove done item from todo check-in: 7a09c1b2d3 user: atomicules@lavabit.com tags: master, trunk | |
00:04 |
Add delete "button" to bookmark page, works via Pinboard API
- Can't use normal delete/destroy since requires posting form data and | |
Changes
Changes to README.markdown.
︙ | ︙ | |||
19 20 21 22 23 24 25 | Rather than use Lua to hijack the goto\_url box, just add the following to `~/.elinks/elinks.conf` to search your Pinboard bookmarks using a `p` prefix: set protocol.rewrite.smart.p = "https://m.pinboard.in/search/?mine=1&query=%s" ##Todo - Considered always redirecting to mobile site, but conflicted with saving the actual bookmark, so not doing for now. | < | 19 20 21 22 23 24 25 26 | Rather than use Lua to hijack the goto\_url box, just add the following to `~/.elinks/elinks.conf` to search your Pinboard bookmarks using a `p` prefix: set protocol.rewrite.smart.p = "https://m.pinboard.in/search/?mine=1&query=%s" ##Todo - Considered always redirecting to mobile site, but conflicted with saving the actual bookmark, so not doing for now. - Tab sets would be cool, but don't think there is anyway to get list of open tabs via Lua interface? Perhaps read session snapshot from bookmarks file? Hmmm... |