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?
To enter a block of code:
Comments
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!