Feature to provide tags descriptions
can we make some short description for tags and then edit it (including users) like in stackexchange?
can we make some short description for tags and then edit it (including users) like in stackexchange?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-06-12 16:43:24 -0600
Seen: 1,023 times
Last updated: Mar 09 '16
You could add the tag "feature-request".
This is a good idea.Like SO works.Every tag has a detail description.
This is indeed a cool feature. Interestingly, it seems that the code for the `Tag` entity is already prepared for that, as it declares the following variable: `tag_wiki = models.OneToOneField( 'Post', null=True, related_name = 'described_tag')`. Does someone know what's the next step for that? I searched the issues at GitHub and could not find a discussion about that!