diff --git a/apps/rss/miniflux-filter.md b/apps/rss/miniflux-filter.md index 411923a..6736fb9 100644 --- a/apps/rss/miniflux-filter.md +++ b/apps/rss/miniflux-filter.md @@ -1,10 +1,12 @@ # Miniflux-filter Filter for miniflux - "mark as read" all unwanted articles. - +
I created that before miniflux added some basic filtering. +
The difference from the built-in filtering is that the built-in filtering filters articles out BEFORE adding them to the DB, whereas this just marks them as read, so you can still go to "All" and see them if you wish.
+
The new version adds a UI for managing filters. The UI "borrows" the css & javascript from Miniflux, so the look & feel is (almost) exactly the same as the main app!