pinboard-elinks

Timeline
Login

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

28 check-ins occurring around 4cdaa96f7dfc2d90.

2015-08-07
22:08
Revert commits 7036095 and 4fd8445

Figured out you can append to Lua functions so I'll leave this for
Pinboard only and append to it in my hooks.lua file. Leaf check-in: a2d3a5dc83 user: base@atomicules.co.uk tags: master, trunk

20:32
Add comment about how last commit not related to Pinboard check-in: b8e00b07b3 user: base@atomicules.co.uk tags: master, trunk
20:22
Add fix for websites that don't text wrap properly

As a result of [this email] [1] on the ELinks-users list I worked out
that some websites use

 tags where I'd expect them to use a 

or

, etc and Elinks, probably correctly, refuses to wrap

elements. So rather than fix Elinks, use Lua to fix the offending
webpages.

[1]: http://lists.linuxfromscratch.org/pipermail/elinks-users/2015-August/002192.html

check-in: b2ece6336b user: base@atomicules.co.uk tags: master, trunk
2015-07-20
20:03
Add tweets link as well as starred check-in: 6079ccfc6a user: base@atomicules.co.uk tags: master, trunk
2014-04-22
10:21
Add "starred" link to the top navigation menu check-in: 194e123f55 user: base@atomicules.co.uk tags: master, trunk
2014-03-07
10:13
Merge branch 'master' of github.com:atomicules/pinboard-elinks check-in: d04a0af032 user: base@atomicules.co.uk tags: master, trunk
10:12
Minor change - keybinding for read later

Realised it was conflicting with redrawing the elinks window. check-in: ce00796b89 user: base@atomicules.co.uk tags: master, trunk

2014-02-11
11:53
Add note about part of code not covered by license check-in: 720e4ef66c user: atomicules@users.noreply.github.com tags: master, trunk
11:50
Add license check-in: 31c581828a user: atomicules@users.noreply.github.com tags: master, trunk
2013-06-21
08:56
It wasn't an off by one error, think was rounding error instead

*think*. Still don't know for sure. Perhaps was a different in Lua
versions after all. check-in: fc0e0c9425 user: atomicules@lavabit.com tags: master, trunk

2013-05-27
14:51
Change keybindings in README.

Related to commit: 496ab7012455fdbf88e5129613d69c0289591c36 check-in: 4cdaa96f7d user: atomicules@lavabit.com tags: master, trunk

14:41
Temp fix for off by one error.

Note from the Lua manual for string.byte and string.char:

"Note that numerical codes are not necessarily portable across
platforms."

The original worked fine for me on OSX PPC, but on i386 NetBSD it's off
by one. Could do with a better fix (I.e understanding it, rather than
just sticking in the -1) check-in: ba3a1fc143 user: atomicules@lavabit.com tags: master, trunk

14:41
Change keybindings to suit my environment

(Alt bindings conflict with dwm) check-in: 90f82277b0 user: atomicules@lavabit.com tags: master, trunk

2012-12-29
12:06
Make sure everything is local ref. check-in: e662f63e44 user: atomicules@lavabit.com tags: master, trunk
2012-12-28
12:35
Use .netrc for storing API token check-in: bb5603e612 user: atomicules@lavabit.com tags: master, trunk
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
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
13:23
Add a replacement Edit button

Just "save" the bookmark again as a way of editing it that doesn't
require JavaScript check-in: b6e3ff3447 user: atomicules@lavabit.com tags: master, trunk

2012-12-14
12:23
Added note about using smart prefix for searching Pinboard bookmarks check-in: 78f25e7ae4 user: atomicules@lavabit.com tags: master, trunk
11:08
Add formatting hooks to clean up the mobile page

Stuff that should be hidden, but isn't because ELinks CSS support is
good enough check-in: 17af319a4d user: atomicules@lavabit.com tags: master, trunk

09:50
Adding README check-in: bcb8399a65 user: atomicules@lavabit.com tags: master, trunk
09:49
Escape strings using code from hooks.lua contrib

Also:

- Tidy up comments, etc, put Todos at the bottom
- Use XDialog for tags and description
- Make read later work by using &next=same url parameter check-in: 0a81de7d8e user: atomicules@lavabit.com tags: master, trunk

09:41
Remove lua-uri submodule, easier to use escape functions in hooks.lua sample check-in: 51fb104cb5 user: atomicules@lavabit.com tags: master, trunk
2012-10-19
15:29
Add uri-lua as submodule check-in: 479b3849d0 user: atomicules@lavabit.com tags: master, trunk
2012-10-18
14:18
Initial Commit

Basics working check-in: 47701ebee9 user: atomicules@lavabit.com tags: master, trunk