Hacker News new | ask | show | jobs
by notionparallax 1712 days ago
I've been making something for this for a couple of years now, with http://waldenpond.press/

It connects to the Pocket API to get the parsed articles, pushes them through quite a lot of BS4 clean up, then renders them using paged.js. The resulting PDFs are then printed by Lulu.com, and they come once a month as a printed book to read completely offline.

I solved the Medium image issue with CSS as far as I remember. `.medium\.com svg:first-of-type` and then set it to `display: none`.