Read the statement by Michael Teeuw here.
Forum features
-
Hello everyone!
Just a quick overview of some of the features supported by this forum.
Markdown
You can format your posts by using Markdown, see commonmark.org for how to use it.
Syntax Highlighting is also supported.const test = "Hello world!"; console.log(test);
Pushbullet & Two-Factor Authentication
Go to your user profile and press the blue menu button.
Pushbullet will send notifications directly to your phone, so you never miss a post you subscribed to. Two-Factor Authentication can further secure your account from unwanted access.
Polls
When opening a new thread you can add a poll to your post, just hit the button in the editor. The poll will be added to the top of your post.
GitHub
You can quickly link to a GitHub repository or user account by using
[ card : MichMich / MagicMirror ]
or[ card : paviro ]
(you have to remove the spaces for it to work).
[card:MichMich/MagicMirror]
[card:paviro]Reference other users
Use the
@
sign to reference another user.
Hello, @MichMich! If you hover over a linked name, you get some infos about the user. If you tap the blue menu button in the appearing window you can see, there is also a chat you can use to talk to a user directly, of course you also find that option on the users profile page.That’s about it for now. Have fun using the forum and of course working on your mirror!