/discourse-tagging

Tagging functionality for Discourse Forums

Primary LanguageRubyMIT LicenseMIT

discourse-tagging

This plugin provides tagging functionality to Discourse. When users create topics they can optionally attach tags.

Tags are a useful alternative to categories for some forums. For example if you were running a music forum, being able to tag a topic as "Hip Hop" and "Electronica" would be useful. If you were using categories you'd have to choose one or the other.

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-tagging.git as the plugin command.

Once you've installed it, review the settings under admin and then enable tagging_enabled.

Features

  • Users can tag topics with tags

  • You can restrict who can tag to a particular trust level

  • Users can choose to auto watch tags as desired

  • Users can list all tags, and filter topics by tag

  • There are bulk tools to assign tags to many topics at once and to rename tags.

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

History

This plugin was influenced by Discourse Tagger plugin but has been rewritten from the ground up.

License

MIT