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
(moved text-formatting to subpage)
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
[[license::proprietary]]
 
[[license::proprietary]]
 
</hide>
 
</hide>
 +
__NOTOC__
 
==About==
 
==About==
 
[[Discord]] is a multimedia realtime chat [[web service]] and application for desktop and mobile. It is comparable to [[Slack]], with one major difference being that users identify against a central server rather than individual servers. This allows for user interaction ([[direct message|DM]]s) outside of the context of a particular server, and also discovery of what servers and friends you share with others.
 
[[Discord]] is a multimedia realtime chat [[web service]] and application for desktop and mobile. It is comparable to [[Slack]], with one major difference being that users identify against a central server rather than individual servers. This allows for user interaction ([[direct message|DM]]s) outside of the context of a particular server, and also discovery of what servers and friends you share with others.
==Pages==
+
{| style="border: 1px solid black; background-color: #ddd;"
 +
|-
 +
| <big>'''Especially Useful Pages''': <nowiki>[</nowiki>{{l/sub|101}}<nowiki>]</nowiki> - <nowiki>[</nowiki>{{l/sub|formatting}}<nowiki>]</nowiki></big>
 +
|}
 +
==All Pages==
 +
* [[/alternatives]]
 
* [[/API]]: writing software to interact with Discord
 
* [[/API]]: writing software to interact with Discord
 
* [[/bots]]: there are a lot of bots available for extending Discord functionality
 
* [[/bots]]: there are a lot of bots available for extending Discord functionality
* [[/formatting]]
+
* [[/how to/crown]]: a beginner's guide to giving someone else admin powers on your Discord server
===user/group security===
+
* [[/formatting]]: how to do various types of text-formatting when writing in Discord (it's similar to Markdown)
This applies only within Servers (Guilds); DMs, even when multiple people are included, have essentially no security controls.
+
* [[/links]]: external information (official & not)
 
+
* [[/logging]]
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.
+
* [[/notes]]: loose notes to be turned into proper documentation
===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'', <s>strikethrough</s>
 
* 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.
 
 
 
==Links==
 
* [https://discordapp.com/ home page]
 
** [https://blog.discordapp.com/parents-guide-to-discord-c77d91793e9c Parent’s Guide to Discord]
 

Latest revision as of 19:56, 20 November 2023


About

Discord is a multimedia realtime chat web service and application for desktop and mobile. It is comparable to Slack, with one major difference being that users identify against a central server rather than individual servers. This allows for user interaction (DMs) outside of the context of a particular server, and also discovery of what servers and friends you share with others.

Especially Useful Pages: [101] - [formatting]

All Pages

  • /alternatives
  • /API: writing software to interact with Discord
  • /bots: there are a lot of bots available for extending Discord functionality
  • /how to/crown: a beginner's guide to giving someone else admin powers on your Discord server
  • /formatting: how to do various types of text-formatting when writing in Discord (it's similar to Markdown)
  • /links: external information (official & not)
  • /logging
  • /notes: loose notes to be turned into proper documentation