Open
Description
Have a way to browse and read articles with content while offline. Ideally, we should also be able to mark articles as read, for later, favorite…
- Use a service worker to prefetch some articles and save them in its cache. This way, whether using HTMX or plain browser navigation, I’ll be able to see the saved pages even if I’m offline.
- Delete old entries and read entries to limit the cache size?
- How to select what must be saved for offline use?
- Enable this only on mobile? Always if the user ask for it?
- Entries not available offline should be clearly marked when offline and never marked as read automatically.
Questions:
- What to do with images?