From 1ffe3c9d6b5744290bc4fd144945c40ba2872116 Mon Sep 17 00:00:00 2001 From: Dziad Borowy Date: Thu, 20 Jan 2022 10:07:27 +0000 Subject: [PATCH] . --- apps/rss/miniflux-filter.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!