-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add ability to 'star' messages in order to easily find them again later #319
Comments
I can't believe we don't have a bug already for this. Totally agreed. |
Perhaps include the ability to add different (customizable?) annotations (e.g. star, todo, etc.) |
This is very similar to the new idea of pinned messages, except we'd probably just track a list of the starred messages in our room account_data. (We might find ourselves needing a way to paginate the list of starred messages, but we can probably do that in future). The UI for browsing them could be another tab similar to NotifPanel in RightPanel, or possibly a special fake-room or fake-search-results-view which gives an overview of starred messages. (This might need a dedicated server API to work sensibly, but using /context would probably be good enough as a first cut). |
Current balance: 0.0 ETH |
Hi, if you are open to PRs for this, I would be interested in working on this issue. Edit: actually -- seems like it would have to be changes in both riot-web and matrix-react-sdk? |
Most of the changes would likely be in the matrix-react-sdk repo |
To emphasize this: a "convert to todo / tasklist" option would be fantastic for flooded chat rooms at work. |
IMHO the essential work is done with the reactions (e.g. i use ⭐, 🔲 and ☑️ to mark them)... now at the search there is "just" a filter for reactions needed (somehow an addition to #908). |
What if someone wanted to star something without publicising that fact? |
well... in that case it also must be distinguished, if you want to pin a message for all members or just for yourself (if pinning gets implemented at all). 😑 |
Pinning for all users is a separate feature that already exists as a labs feature, but need some work before being released. This feature request is about marking messages for your own use. |
element-hq/element-web#5108 expressed desire in exposing some quick actions on the starred messages, e.g quote & forward. |
Related to #1762 |
A comment above mentions "convert to todo / tasklist". Maybe "export" (to a file?) or "copy" (to clipboard?) could be a step in that direction. If any of that will be possible to be done with "starred" messages, it would be cool if it also could be done with messages with other properties, e.g. carrying some other indicator/annotation (other than a "star"), or having a certain status (e.g. having been marked as unread (#4406), or received certain reactions). |
Hey. Is there any progress on this or anything I could catch up on or help with? This, together with "Mark as unread" and "Remind me", is probably the main blocker for my clients to migrate to matrix :-( . |
@hnykda Element Web has an intern working on implementing it this summer, see element-hq/element-web#22453 |
Hello to everybody, |
No description provided.
The text was updated successfully, but these errors were encountered: