Skip to content

Offline support #155

Open
Open
@Jenselme

Description

@Jenselme

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestideaIdeas that we may or may not do

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions