Is there a way to hide entries that are not relevant without having to mark them as read? #1772
Replies: 9 comments 1 reply
-
|
I personally use the mark as a read feature to discard all the entries that I don't want to read, either with keyboard shortcuts or touch gestures on mobile. Then I read what is left. I bookmark the articles that I want to read later. Sometimes, I just read a few interesting articles, and discard everything else by marking all articles as read. In my case, the actual "mark as read" feature is more like "I'm not interested / discard". I'm thinking more and more about changing this flow in Miniflux since RSS feeds are a constant flow of new articles. But that might be for the next major version of Miniflux. |
Beta Was this translation helpful? Give feedback.
-
|
I think it would be a good improvement, for me is important to know what I read, what I like, what I want to read and hide or archive what I wont read. When are you planning to start the development of the next major version? I would like to contribute |
Beta Was this translation helpful? Give feedback.
-
|
Yep, definitely a "discard" button is needed. I need to know what I already read and what i don't. Besides of this, thanks for your project, I am using a lot! |
Beta Was this translation helpful? Give feedback.
-
|
would 'archive' also work? |
Beta Was this translation helpful? Give feedback.
-
|
There are similar issues opened in the past about this topic: #1285, #1567, #784, and maybe more. Internally, Miniflux has currently 3 entry statuses The status There are certainly different ways to solve this. I need to think more about it... The first thing that comes to my mind is to have a new action "hide" in the web ui that allows people to change the entry status to The read later feature could be handled like the bookmark/favorite feature. |
Beta Was this translation helpful? Give feedback.
-
|
Any progress on this? |
Beta Was this translation helpful? Give feedback.
-
|
If we firstly add a new statue e.g. either Normal user won't notice the difference with the new statues in the database, because no entries should go to the new status in the production release. |
Beta Was this translation helpful? Give feedback.
-
|
I want to add to the discussion a new kind of status in addition of the ones you mentioned. I'm analyzing a way to implement #1847 and the concept of In addition to the status, we could also save some "reading" metadata such as enclosure playing position (already done) and scroll position (not done). What are the impact of adding a new |
Beta Was this translation helpful? Give feedback.
-
|
As a long time miniflux user, I thank you for this wonderful software - miniflux is a significant part of my digital life. I've been trying to train self hosted models on my miniflux reading habits and knowing the entries that I have actually opened and read vs "discarded ie., marked as read" is therefore useful to me. The model will be trained with content from opened entries and used to promote new entries for my reading. Submitted PR #3541 with these changes. My fix is to add an attribute called I understand that this address my needs, and may not be useful for others. I can reimplement my PR to accommodate other requirements if required. For anyone interested in building models here's a simple but effective approach that runs purely on CPU (GPU not required): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How is the workflow of using miniflux?
I add my feeds, and then a bunch of new entries appear. I want to go through them and discard the ones that are irrelevant, read the ones that I want to read and also keep the ones that seem interesting for reading later.
Is this the intended way or I am using it incorrectly?
I don't understand how can I mark any entry as "read later", or delete the entries that are not interesting and I wont read from the main feed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions