Problem
When working with RSS feeds, which are useful for notifications, having separate feeds for tags will allow users to let their audience subscribe to topics of choice. Say, a user publishes content on games, tech, travel, politics and product reviews, but the entire audience of the user might not be interested in all the topics. Some just wanna receive notifications on gaming and tech while other's might just be interested in the travel blogs. By having a separate feed for each tag that a user adds to his posts, this feed management could be done.
End goal
Having different feeds by tags, either like quartz.io/tag-name.xml or quartz.io/tags/tag-name.xml
Proposed general solution
Modifying the ContentIndex plugin to emit feeds per tag instead of a global feed.
I can pick this up if the maintainers agree and relevance for this issue is approved :)
Problem
When working with RSS feeds, which are useful for notifications, having separate feeds for tags will allow users to let their audience subscribe to topics of choice. Say, a user publishes content on games, tech, travel, politics and product reviews, but the entire audience of the user might not be interested in all the topics. Some just wanna receive notifications on gaming and tech while other's might just be interested in the travel blogs. By having a separate feed for each tag that a user adds to his posts, this feed management could be done.
End goal
Having different feeds by tags, either like
quartz.io/tag-name.xmlorquartz.io/tags/tag-name.xmlProposed general solution
Modifying the ContentIndex plugin to emit feeds per tag instead of a global feed.