v2 icon indicating copy to clipboard operation
v2 copied to clipboard

Block rules based off of other elements (not just title).

Open toastal opened this issue 1 year ago • 3 comments

  • [x] I have read this document: https://miniflux.app/opinionated.html#feature-request

Block filters only work against titles. I would like to see this extended to additional elements.

Specific use case: I’m subscribed to a Discourse & there’s a particular user that posts to the point of spam (ideally these sorts of posts would be better asked in IRC or similar). Discourse’s titles do not include the postmaker for Miniflux to match on. If I could however match the <dc:creator> element, I could hide all posts made by user.

A tangential issue is https://github.com/miniflux/v2/issues/1291 but this would match on the feed itself, and not download+parse+match the external page.

toastal avatar Jun 29 '23 17:06 toastal

Since 2.1.0, filters also apply to tags and authors:

Update entry processor to allow blocking/keeping entries by tags and/or authors

  • https://github.com/miniflux/v2/pull/2269
  • https://github.com/miniflux/v2/pull/2324

I've just tried with a random Discourse RSS feed and it works fine.

Adding (?i)JPD as blocking rule results in this post from user JPD not being displayed for me.

xfzv avatar Mar 22 '24 15:03 xfzv