mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-05 03:29:28 +01:00
1.3 KiB
1.3 KiB
The Matrix specification supports spoilers since version 1.1:
My favourite Matrix clients, FluffyChat and Nheko, support spoilers
when the spoiler is in the following format;
||Reason why this is a spoiler|Actually spoilered text.||
It can also be in-line and a spoiler without reason is just
||spoiler goes here||
.
Element Web supports whole message spoilers through the
/spoiler
command.
Other clients supporting formatting may have to enter the HTML directly e.g.:
<span data-mx-spoiler="REASON HERE">Spoilered text</span>
Some clients, like Nheko, have a /plain
command to
disable formatting for that message which allows sending this message in
plain text to help someone else.
<span data-mx-spoiler="REASON HERE">Spoilered text</span> /plain
Spoilers are also supported by IRC, but not matrix-appservice-irc.