-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper UI for creating custom room tags #1373
Comments
Could do it from RoomSettings perhaps. |
Here are the First, obtain an access token:
which will return JSON, such as:
Now you can talk to the API according to the spec: Add a tag:
View tags:
Remove a tag:
Note that all the rooms need to be specified with their internal IDs (e.g. the |
Another important note here - while you can set these room tags via the api, they still won't actually be categorized properly in riot-ios and riot-android as they simply have hardcoded favourite, direct, rooms, and low priority categories. riot-web is the only one that actually works with custom room tags, as far as I know. |
any updates @Half-Shot ? |
As described in Riot room, at now there are exists way to add custom tags manually via API, and Riot will show them normally already now in current version. Before interface for custom tags is not released, maybe developers can describe some examples or short instructions here (or in wiki) - how to add custom tags directly via API (curl, browser console, js, or something else)? |
@MurzNN scroll up. in this issue it is already mentioned how to add Tags. |
@MTRNord yes, sorry! |
How far are we from this being baked in? |
As I understand - today API support tags names only in english language? Do you can add support for tags on other custom user language? |
@progserega this is incorrect, you must just urlencode things. |
Thank you very match! I will try create it. |
Here https://tags.t2bot.io/ is web interface for manage room tags |
Can't see it, behind login ;P |
Author here: It's also open source ( https://github.com/turt2live/matrix-tag-manager ) Riot should absolutely get a dedicated UI for this though. The tag manager project is not intended to be a permanent replacement. |
If @turt2live reads this (well I pinged him now): Its a great UI. 2 Issues/Suggestions:
|
Any News on this? |
tags seem to be more or less in maintenance-only mode. More or less abandoned. |
Why? If you have a lot of channels, you need something like this. We have a lot of Discord Users which want something like this for their Teams/Communities :-( |
Friendly reminder that this is a bug tracker and not a forum or chat. Everytime you post here, everyone in the CC list get a notification and that kind of question only add noise to our emails. If you want to ask questions or have news about a feature please consider asking on the #element-web room. Thanks :) |
Tags are to be replaced by spaces, so this doesn't seem to be relevant anymore |
Created by @ matthew:matrix.org.
The text was updated successfully, but these errors were encountered: