mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Support sorting by and editing custom tags

Open theotheroracle opened this issue 4 years ago • 13 comments

Essentially, being able to sort rooms by manually created tags would be fantastic .

https://matrix.org/docs/spec/client_server/latest#m-tag https://github.com/turt2live/matrix-tag-manager https://matrix-nio.readthedocs.io/en/latest/nio.html?highlight=tags#nio.events.account_data.TagEvent

theotheroracle avatar Jun 27 '20 11:06 theotheroracle

Being able to hide rooms from the list based on tag would also be useful. i.e. personally most of the time I don't want my "Low Priority" tagged rooms at the top of my room list.

Cadair avatar Jun 27 '20 14:06 Cadair

right, if they were under a drop down, like rooms under an account are, that would be ideal .

theotheroracle avatar Jun 27 '20 15:06 theotheroracle

so basically, render like this

theotheroracle avatar Jun 27 '20 15:06 theotheroracle

obviously it's a pretty crappy mockup, but it gets the point across .

theotheroracle avatar Jun 27 '20 15:06 theotheroracle

Screenshot from 2020-06-27 10-14-03 this could have another tab for tags, to rearrage, add, delete tags, etc .

theotheroracle avatar Jun 27 '20 15:06 theotheroracle

Duplicate of #6

mirukana avatar Jun 27 '20 15:06 mirukana

is it actually a duplicate ? this is specifically about custom tags, not just the standard "low priority", "dm", etc .

theotheroracle avatar Jun 27 '20 16:06 theotheroracle

Screenshot from 2020-06-27 11-18-08 e.g. in riot

theotheroracle avatar Jun 27 '20 16:06 theotheroracle

is it actually a duplicate ? this is specifically about custom tags, not just the standard "low priority", "dm", etc .

Low priority and other standard tags work just the same way with the same APIs, the only difference from custom tags is they have a m. prefix.

mirukana avatar Jun 27 '20 17:06 mirukana

yeah, but allowing the user to manage them requires a completely separate UI .

theotheroracle avatar Jun 27 '20 23:06 theotheroracle

for the standard 3 tag approach, a simple right click menu is enough to sort them properly, but that's absolutely not scalable .

theotheroracle avatar Jun 27 '20 23:06 theotheroracle

would find this useful for all the discord servers i have to use :p

j0lol avatar Aug 03 '20 18:08 j0lol

should note that custom tags have been more or less officially deprecated in favour of spaces

theotheroracle avatar Sep 25 '21 23:09 theotheroracle