diff --git a/docs/chat/message-formatting.md b/docs/chat/message-formatting.md new file mode 100644 index 00000000..a2c44183 --- /dev/null +++ b/docs/chat/message-formatting.md @@ -0,0 +1,24 @@ +--- +sidebar_position: 4.5 +--- + +# Message Formatting + +:::caution + +This feature requires [Experiments Enabled](https://docs.cwtch.im/docs/settings/introduction#experiments) and +the [Message Formatting Experiment](https://docs.cwtch.im/docs/settings/experiments/message-formatting) turned on. + +Optionally, you can enable [Clickable Links](https://docs.cwtch.im/docs/settings/experiments/clickable-links) to +make URLs in messages clickable in Cwtch. + +::: + +Cwtch currently supports the following formatting markdown for messages: + +* `**bold**` which will render **bold** +* `*italic*` which will render *italic* +* ``code`` which will render `code` +* `^superscript^` which will render superscript +* `_subscript_` which will render subscript +* `~~strikthrough~~` which will render ~~strikethrough~~ diff --git a/docs/servers/delete-server.md b/docs/servers/delete-server.md index 9ed2eac9..0b80f189 100644 --- a/docs/servers/delete-server.md +++ b/docs/servers/delete-server.md @@ -2,6 +2,8 @@ sidebar_position: 4 --- +# How to delete server + :::caution This feature requires [Experiments Enabled](https://docs.cwtch.im/docs/settings/introduction#experiments) and @@ -9,7 +11,6 @@ the [Server Hosting Experiment](https://docs.cwtch.im/docs/settings/experiments/ ::: -# How to delete server 1. Go to the server Icon 2. Select the server you want to delete diff --git a/docs/servers/edit-server.md b/docs/servers/edit-server.md index 9aea3381..2785fc1f 100644 --- a/docs/servers/edit-server.md +++ b/docs/servers/edit-server.md @@ -2,6 +2,8 @@ sidebar_position: 3 --- +# How to edit a server + :::caution This feature requires [Experiments Enabled](https://docs.cwtch.im/docs/settings/introduction#experiments) and @@ -9,8 +11,6 @@ the [Server Hosting Experiment](https://docs.cwtch.im/docs/settings/experiments/ ::: -# How to edit a server - 1. Go to the server icon 2. Select the server you want to edit 3. Press the pencil icon