Difference between revisions of "Discord"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(escaping format characters)
(a couple more things)
Line 19: Line 19:
 
* <code>\*</code> will display as <code>*</code>
 
* <code>\*</code> will display as <code>*</code>
 
* <code>\_</code> will display as <code>_</code>
 
* <code>\_</code> will display as <code>_</code>
 +
* This does not seem to work with backticks (<code>`</code>), however.
 +
 +
To display a clickable link without invoking a preview, surround it with angle brackets: &lt;https://htyp.org&gt;. The angle brackets will not be displayed, and preview will be suppressed.
 
===user/group security===
 
===user/group security===
 
The security management is fairly sophisticated. Channels can be restricted to selected individuals or "roles" (which are essentially security groups). Channels can also be grouped into "categories", which can be given their own security settings which then become defaults for the channels they contain. The permissions which are assignable to individuals or roles are quite fine-grained.
 
The security management is fairly sophisticated. Channels can be restricted to selected individuals or "roles" (which are essentially security groups). Channels can also be grouped into "categories", which can be given their own security settings which then become defaults for the channels they contain. The permissions which are assignable to individuals or roles are quite fine-grained.

Revision as of 12:09, 1 July 2018

About

Discord is a multimedia realtime chat web service and application for desktop and mobile.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

text formatting

Text formatting is similar to a subset of Markdown, although there are differences:

  • bold is **two asterisks**
  • italic is *one asterisk* or _one underscore_
  • underline is __two underscores__
  • strike is ~~two tildes~~
  • code (fixed-pitch inline unformatted text) is `backticks`
    • You can use this format to paste URLs without them becoming links or displaying a preview.

To display characters that would otherwise be treated as formatting, escape them with a backslash:

  • \* will display as *
  • \_ will display as _
  • This does not seem to work with backticks (`), however.

To display a clickable link without invoking a preview, surround it with angle brackets: <https://htyp.org>. The angle brackets will not be displayed, and preview will be suppressed.

user/group security

The security management is fairly sophisticated. Channels can be restricted to selected individuals or "roles" (which are essentially security groups). Channels can also be grouped into "categories", which can be given their own security settings which then become defaults for the channels they contain. The permissions which are assignable to individuals or roles are quite fine-grained.

comparison to IRC

Discord is GUI-oriented rather than text-oriented; almost everything except actual messages is done via menus, icons, and other graphical interface elements, though there are a few text commands.

Some of the graphical elements supported:

  • limited rich text formatting: bold, italics, strikethrough
  • avatars for users and servers/guilds
  • emoji, both inline and as reactions to posts (aka reactji).

Other users can click on already-posted reactji, and Discord will display the number of people who clicked (and their usernames in the hover-over). This can be used for practical things like polling, as well as just expressing feelings about something without interrupting the conversation.

Pages

  • /API: writing software to interact with Discord

Links