-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
need some way to easily jump to a matrix.to link #3248
Comments
Maybe this could be an added feature to message searching? If the query looks like a matrix.to link, turn it into a riot URL (using |
Another possibility might be to add a new /command, say |
The "/goto" variant would probably be the quickest to implement and easiest to use. After it's implemented it also should be put on the matrix.to website. A workaround is copy-pasting the matrix.to url into an empty room and clicking it then. |
Good place may be input field in |
Mostly useful for power users who want to jump to places more easily. Examples: * `/join !somewhere:example.org` * `/join !somewhere:example.org altserver.com` - to join through `altserver.com` * `/goto https://matrix.to/#/!somewhere:example.org/$something:example.org?via=altserver.com` Fixes element-hq/element-web#3248 Fixes element-hq/element-web#7543
Fixed by matrix-org/matrix-react-sdk#2272 |
Is there an issue for the GUI version of the command? The GUI gives a way to get the matrix.to directly in the GUI, even with a nice QR pic and all, but no GUI way to use it.
|
For example, some GitHub issues include matrix.to links to a specific comment. It would be nice to be able to stick that link somehow in Riot and have it jump to that link, rather than having to open a new tab with Riot. This would be especially helpful with the Electron app, since the user may not be signed into Riot in their browser.
I have no idea how the UX for this would look without being completely ugly.
The text was updated successfully, but these errors were encountered: