Create filter that marks as read based on the number of items in a feed
eg a high traffic feed would only show the last 10 items, auto marking the previous items as read
-
Fixed issue with time:[now-1d *] filters. Older posts that are no longer relevant are removed.
-
Stephen McAuley commented
Great, thank you Vladimir
-
Yes, there's the issue with such filters. New posts are added but old ones aren't removed. I'm going to fix it soon (next week or bit later).
-
Stephen McAuley commented
I have just had to re-apply the time filter and it removed over 300 items
-
Stephen McAuley commented
Show
time:[now-12h *] -
Interesting, I need to test it. Do you have just "time:[now-1d *]" filter or more complex one?
-
Stephen McAuley commented
I am already using a filter like that for some feeds but it does not apply sometimes? I find I need to go into Filters and Streams and click edit and then save it again to get it to remove items outside the time limit?
-
Interesting idea. Not yet sure about it.
There is already a time-based filter which you could use as a workaround:
time:[now-1d *]
to show only posts from the last day. Maybe it could work for you.
(Edited by admin)