reader icon indicating copy to clipboard operation
reader copied to clipboard

mark-as-read backfill

Open lemon24 opened this issue 10 months ago • 1 comments

It would be nice if the mark-as-read plugin would allow matching the current rules against existing entries in a feed, and not only new ones.

Two ways the user could do this, API-wise:

  • Add a .reader.mark-as-read.once feed tag, similar to that used by the entry dedupe plugin. (suggested)
  • Add a 'backfill': 'pending' field to the existing .reader.mark-as-read feed tag value / config, similar to readtime.
    • Unlike readtime, this would involve updating a user-provided value, so some care would be needed to clear the backfill field; #308 would help here.

lemon24 avatar Aug 24 '23 14:08 lemon24