From 87cb5d7245c88b92328cfe190b1a29aba82c96c9 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 27 Sep 2021 08:19:13 +0000 Subject: [PATCH] Update README to reflect new supported URLs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 08e9b299..30919a98 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,17 @@ visitors. (Technically the # and @ in the URL fragment should probably be escaped, but in practice for legibility we bend the rules and include it verbatim) +Alternatively URLs can also be formatted in the matrix-URI scheme: + +| Entity type: | Example URL | +|--------------|----------------------------------------------------------------------| +| Rooms: | https://matrix.to/#/r/matrix:matrix.org | +| Rooms by ID: | https://matrix.to/#/roomid/cURbafjkfsMDVwdRDQ:matrix.org | +| Users: | https://matrix.to/#/u/matthew:matrix.org | +| Messages: | https://matrix.to/#/r/matrix:matrix.org/e/$1448831580433WbpiJ:jki.re | + +Any of these identifiers may also be prefixed with `matrix:` (e.g. https://matrix.to/#/matrix:r/matrix:matrix.org). + You can discuss matrix.to in [`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)