lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
438 stars 36 forks source link

Entry tags/metadata redux #272

Closed lemon24 closed 2 years ago

lemon24 commented 2 years ago

The unified tag/metadata API introduced in #266 makes it relatively easy to support entry tags, and more and more use cases keep cropping up ... so, it's finally time!

Global tags will be very similar to implement, doing it in this issue seems like a good idea.

I'm postponing filtering entries by entry tags for now, since I don't need it yet, and it requires additional refactoring.

For reference, here's the list of use cases we have until now:

lemon24 commented 2 years ago

To do: