aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 09:11:17 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 09:17:56 -0400
commiteb0f84620ff9e07040961415552f1e82f5f5db15 (patch)
tree32f69e21ac3a0696cc4f4d20720393922b6f8daf /docs
parent4c7e0e7f01261d471306ac3485ee1b721aab30e6 (diff)
Matrix updates: spaces out of beta; FluffyChat
Diffstat (limited to 'docs')
-rw-r--r--docs/community/forums.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/community/forums.html b/docs/community/forums.html
index c9346bbc..ae89773b 100644
--- a/docs/community/forums.html
+++ b/docs/community/forums.html
@@ -31,8 +31,8 @@
</table>
<p>The BQN forum consists of a <a href="https://matrix.org/">Matrix</a> channel, and one room in a <a href="https://en.wikipedia.org/wiki/Discord_(software)">Discord</a> server, that are bridged together. Neither is primary and there are many users on each, and a few that use both. The Discord server contains rooms for array programming in general and for other languages such as APL, J, and k, and these are individually bridged to other Matrix channels.</p>
<h4 id="matrix"><a class="header" href="#matrix">Matrix</a></h4>
-<p>To avoid having to hunt down all these channels they're gathered into the Matrix space linked above. Most clients don't yet support spaces; in Element you can enable them as a beta feature and join the space to see the channels in it. There's nothing special about the channels so once you join one you'll be able to use it from any other Matrix client as well.</p>
-<p>Being an open protocol, Matrix allows third-party clients (Element is first-party, created by the protocols designers), and there are many available. Most are lacking in features or otherwise difficult to use. For a desktop client, <a href="https://github.com/Nheko-Reborn/nheko">Nheko</a> seems to be the best chance of a good experience.</p>
+<p>To avoid having to hunt down all these channels they're gathered into the Matrix space linked above. While Element supports spaces, many other clients don't. But as there's nothing special about the channels, once you join one in Element you'll be able to use it from any other Matrix client as well.</p>
+<p>Being an open protocol, Matrix allows third-party clients (Element is first-party, created by the protocol's designers), and there are many available. Most are lacking in features or otherwise difficult to use. For a desktop client, <a href="https://github.com/Nheko-Reborn/nheko">Nheko</a> seems to be the best chance of a good experience, and <a href="https://fluffychat.im/">FluffyChat</a> should also be usable, although it's more mobile-focused.</p>
<h4 id="bqnbot"><a class="header" href="#bqnbot">BQNBot</a></h4>
<p>BQNBot will run your code from chat! Begin your message with <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> and our friend (designation B-QN) will evaluate the rest and show the output. In all cases <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> has to be at the very start of the message, so start a new one if you say something before it. While putting your code in blocks <code><span class='Modifier'>`</span><span class='Value'>like</span> <span class='Value'>this</span><span class='Modifier'>`</span></code> is easier to read, the bot just operates on plain text and doesn't require it. For longer blocks, you can start a new line after <code><span class='Value'>bqn</span><span class='Paren'>)</span></code>, and use a multi-line code block, as shown below.</p>
<pre><span class='Value'>bqn</span><span class='Paren'>)</span>