Feature to provide tags descriptions

can we make some short description for tags and then edit it (including users) like in stackexchange?

diforce's avatar
31
diforce
asked 2015-06-12 16:43:24 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2016-03-09 05:55:05 -0500
edit flag offensive 0 remove flag close merge delete

Comments

You could add the tag "feature-request".

slelievre's avatar slelievre (2016-03-08 09:02:15 -0500) edit

This is a good idea.Like SO works.Every tag has a detail description.

Andy's avatar Andy (2016-03-08 19:35:21 -0500) edit

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!

Nigini A. Oliveira's avatar Nigini A. Oliveira (2016-07-29 11:38:02 -0500) edit
add a comment see more comments