Feature to provide tags descriptions
 

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
diforce's avatar
31
diforce
asked 9 years ago
Evgeny's avatar
13.2k
Evgeny
updated 9 years ago

Comments

You could add the tag "feature-request".

slelievre's avatar slelievre (9 years ago)

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

Andy's avatar Andy (9 years ago)

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 (8 years ago)
see more comments