dps / remarkable-wikipedia

MIT License
145 stars 4 forks source link

Add ability to cache pages offline #14

Open Eeems opened 3 years ago

Eeems commented 3 years ago

With the new online version of this, it would be great if users could cache a page for offline viewing

cowpod commented 3 years ago

true, although it's a bit redundant; we have zim files for offline use. then theres also the issue of needing to clear the cache both manually and automatically for edits.

dps commented 3 years ago

I'm thinking of implementing this so it saves a PDF file to xochitl for later reading (and annotation!)

dps commented 3 years ago

Also note Issue #19 https://github.com/dps/remarkable-wikipedia/issues/19

cowpod commented 3 years ago

Great idea! If I remember correctly KOreader has a similar feature. https://github.com/koreader/koreader Off-topic: I'd like to say thank you for your amazing work; this works amazingly on the RM2!

Eeems commented 3 years ago

true, although it's a bit redundant; we have zim files for offline use.

Right, but I'd prefer to not have to build it beforehand. I'd like to cache pages on the fly that I'd want to keep referencing.

qubist commented 2 years ago

This is also a good solution for us rM2 users who can't fit the whole English Wikipedia onto the internal memory and can't use an OTG SD card, but still want some offline-ready Wikipedia articles. I'm interested in this feature and would be happy to help with its development.