-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differentiate actual read item and marked-as-read item #784
Comments
Please consider adding status type |
@darddan I do not think I got you. Read items can be seen in the history tab. Automatically removed items cannot be seen anywhere. They are already differentiated. |
This fits my use-cases as well. When I'm marking something as read from the API, I'm not really "reading" them so much so getting them out of view. I'd like to be able to differentiate between items I actually read, and those I marked as such from the API/interface. |
Here is the discussion on this topic https://github.com/orgs/miniflux/discussions/1772 |
Separated from #668
Today an article is marked as read when
We want to differentiate these behaviors. Thus we could tell which feed we interact most.
We call the 1st one viewed, the 2nd one marked.
We need:
In the "feed" page:
For each feed, shows three numbers (instead of two): unread count, read count and total count.
Sort feed by viewed articles. ([Feature Request] sort feeds by last update time #632 )
Show only viewed items in the history page.
The text was updated successfully, but these errors were encountered: