-
-
Notifications
You must be signed in to change notification settings - Fork 138
Page listing all tags and their content #687
Copy link
Copy link
Closed
Labels
area: frontendRelated to site content and user interactionRelated to site content and user interactionpriority: 2 - normalNormal PriorityNormal Prioritytype: featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area: frontendRelated to site content and user interactionRelated to site content and user interactionpriority: 2 - normalNormal PriorityNormal Prioritytype: featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
I think it would be beneficial to have a page with toggle dropdowns listing all the tags we have and their contents for easy viewing.
We have the
!tagson the server, but to read their contents you would have to run!tag-nameon each individual tag or browse to our bot repository and read the markdown files directly. Both are not quite the smooth user experience I would want the folks on our server to have.We can can build this page somewhat dynamically as it can pull from the specific bot repository on GitHub itself and use a jinja template to build the page from the markdown files.