Difference between revisions of "Discord"
(a couple more things) |
|||
Line 21: | Line 21: | ||
* This does not seem to work with backticks (<code>`</code>), however. | * 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: <https://htyp.org>. The angle brackets will not be displayed, and preview will be suppressed. | + | 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. (Note: Discord's settings refer to the preview as an "embedded link". Previews of links pasted into a discussion can be turned off by revoking this privilege.) |
===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:13, 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__
strikeis~~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. (Note: Discord's settings refer to the preview as an "embedded link". Previews of links pasted into a discussion can be turned off by revoking this privilege.)
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