管理员可以添加标签吗

Is it possible for an admin to add tags manualy in the back-end ?

If you mean from the rails console, you can do:

DiscourseTagging.add_or_create_tags_by_name(Topic.find( topic_id ), ['tag1', 'tag2'])

sorry @neil that’s not what i mean.
I don’t have access to the rails console. How can i do this in the discourse admin ?

You can bulk upload tags via https://SITENAME/tags

And simplest is just to tag things and we create the tag on first use.

strange, i don’t have this:

image

The upload tags feature is not available in stable yet.