You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Matrix URI scheme: matrix:[//{authority}/]{type}/{id without sigil}[/{type}/{id without sigil}...][?{query}][#{fragment}] (see also recommended parser implementation)
Room and user mentions
When setting the content of the editor from HTML, the editor should parse links matching the Matrix permalink format as mentions.
A URL is a mention if it has the Matrix URI scheme or is a Matrix.to link:
matrix:[//{authority}/]{type}/{id without sigil}[/{type}/{id without sigil}...][?{query}][#{fragment}]
(see also recommended parser implementation)https://matrix.to/#/<identifier>[/<extra parameter>][?<additional arguments>]
Apps also seem to create and accept custom matrix.to style mentions:
https://<app-host>/#/<type>/<identifier>[/<optional-event-id>][?<optional-query>]
where
<app-host>
is one of a set of supported hosts defined by the host application (e.g.app.element.io
)<type>
is one ofroom
,user
orgroup
(see MatrixToConverter).Whole room mentions (
@room
)When setting the content of the editor from HTML, the editor should parse plain text that matches the pattern
@room
as a mention.The text was updated successfully, but these errors were encountered: