diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-11-09 17:59:28 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-11-09 18:21:43 +0100 |
commit | 518f5f55e6379140960feae18695e381be7889da (patch) | |
tree | 71610a8bf07ee22fb39d5dc94a5ce06f0062307e | |
parent | 95bdbe3a6b2e3873a5422c9a5de286272fe334f3 (diff) |
Introduce topics before elaborating. Thanks to Guillaume.
-rw-r--r-- | USE.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -9,8 +9,13 @@ You can access the service indirectly via another Matrix chat service. ## Clients +Matrix chat is accessed with any of several [Matrix clients]. + Recommended chat client is [Riot]. +[Matrix clients]: <https://matrix.org/docs/guides/faq.html#usage> + "Introduction to common Matrix clients" + [Riot]: <https://riot.im/> "Riot - recommended Matrix client" @@ -28,18 +33,20 @@ providing your personal email address at [[maildomain assemblee-virtuelle.org]]. ## Channels -You can join channels each with different topics. - All channels are listed in a public channel list. +You can join channels each with different topics. + You can mention a channel in chat by writing its name starting with a "#". ## Communities -You can join communities each covering a group of channels. -Groups can (in some chat clients) help limit views of channels. +Matrix communities is a way to help limit view on channels. Communities are linked from general channels in the public channel list. +You can join communities each covering a group of channels. +Groups can (in some chat clients) help limit views of channels. + You can mention a community in chat by writing its name starting with "+". |