Hacker News new | ask | show | jobs
by latexr 4 days ago
For those with an eReader, one thing that works really well is using pandoc to download and convert a webpage to EPUB that you can then load to your reader.

  pandoc --from html --to epub --output /PATH/TO/FILE.epub https://example.com
1 comments

Thanks, will try this out on the Kobo later.