readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
299 stars 21 forks source link

Support for tags #54

Open Alkarex opened 4 years ago

Alkarex commented 4 years ago

Hello, In the Google Reader API (implemented by FreshRSS), there is the concept of tags, which would be nice to support in Readrops. An article may appear in a feed as well as in multiple tags (and potentially also in the "read later" / favourite list).

Here is a screenshot from News+ as an illustration: Screenshot_20200229-134519_News+

Do not hesitate to ask if if you need any additional documentation / examples.

Related to https://github.com/readrops/Readrops/issues/53

Alkarex, from FreshRSS

Shinokuni commented 4 years ago

Currently, I am reluctant to add platform specific features. Nextcloud News doesn´t have support for tags, same for local account.

But, the behavior of FreshRSS tags could be the same as folders, which then woudn´t be hard to blend with the rest.

Alkarex commented 4 years ago

One key difference to note - which makes the concept powerful - is that a given article can have multiple tags/labels and therefore appear under those different tags/labels. FreshRSS will soon add more features on top of tags/labels such as the possibility to auto-tag articles based on different criteria.