-
-
Notifications
You must be signed in to change notification settings - Fork 727
Open
Labels
a: tagsRelated to bot tagsRelated to bot tagsp: 2 - normalNormal PriorityNormal Prioritys: planningDiscussing detailsDiscussing detailst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Description
According to these lines
# Files directly under `base_path` have an empty string as the parent directory name
tag_group = parent_dir.name or None
tag_group
will be None until the tag is in a sub-directory inside bot/resources/tags/
eg: bot/resources/tags/fstring/fstring.md
and currently we don't have sub-directories in the folder.
Moving them to sub-directories might also solve #2345 as then the aliases will be listed as bullets under the directory name eg:
NOTE: I have kept the directories name as same as the .md(s) here, it could look a lot better if used correct names in parent bullet.
My suggestion is either we nuke them or sort the tags in the directory to use the group functionality of the code.
Metadata
Metadata
Assignees
Labels
a: tagsRelated to bot tagsRelated to bot tagsp: 2 - normalNormal PriorityNormal Prioritys: planningDiscussing detailsDiscussing detailst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features