new Extension TagEZ #512
Marc-T
started this conversation in
Show and tell
Replies: 2 comments 1 reply
|
PR welcome to add it to the list https://github.com/FreshRSS/Extensions/blob/main/repositories.json and https://github.com/FreshRSS/Extensions/blob/main/README.md#third-party-extensions |
0 replies
|
Make you could include a screenshot |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
I vibe-coded a FreshRSS extension called TagEZ:
https://github.com/Marc-T/xExtension-TagEZ
It adds a Tags accordion to the left sidebar, listing RSS tags with their article count, sorted by popularity.
Clicking a tag filters the articles (e.g.
?search=%23montag), and a ➕ button lets you save it as a user filter.These are specifically the tags coming from the
<category>elements of RSS feeds — the ones you search with#tag— not the labels manually added to articles.Maybe you'll find it useful ;)
All reactions