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 ?
strange, i don’t have this:

The upload tags feature is not available in stable yet.
