summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-31Improve handling of Hacker News item linksryanss1-6/+23
2015-01-30Improve syntax highlighting of main pageryanss1-0/+12
2015-01-29Format main page closer to actual website layoutryanss1-6/+27
2015-01-22Improve handling of string encoding/decodingryanss1-2/+8
2015-01-21Add "Ignore" syntax highlighting to top story id'sryanss1-0/+1
2015-01-20Specify code block syntax highlighting better to stop false positivesryanss1-1/+1
2015-01-19Add syntax hightlighting to code blocksryanss2-3/+11
2015-01-18Improve formatting of comment <code> blocksryanss1-3/+20
2015-01-17Fix encoding issues writing to buffer in terminal vimryanss1-26/+31
2015-01-16Wrap article url to 80 char widthryanss1-1/+2
2015-01-15Add ability to handle links spanning multiple linesryanss2-20/+40
2015-01-14Add blank line between comment paragraphsryanss1-1/+2
2015-01-13Use fuckyeahmarkdown.com instead of python-readabilityryanss8-2603/+11
2015-01-12Add readability parsing for reading linked pagesryanss9-5/+2616
2015-01-11Add anchor tag parsing and syntax highlightingryanss2-2/+18
2015-01-10Add syntax highlighting of comment headersryanss3-2/+17
2015-01-09Start each comment paragraph on a new lineryanss1-6/+7
2015-01-08Handle deleted comments gracefullyryanss1-1/+1
Deleted comments do not have a 'user' key
2015-01-07Unescape html entities in commentsryanss1-1/+4
2015-01-06Add story function with nested commentsryanss2-1/+41
2015-01-05Initial commitryanss3-0/+37