discord linux_如何在Discord中应用文本格式

discord linux

discord linux

Discord Logo

Discord allows for text-and audio-based chatting between gamers and other like-minded individuals. If you want to make a bigger impact on Discord, you can use formatting to jazz up your text-based messages. Here’s how.

Discord允许游戏玩家和其他志趣相投的人之间进行基于文本和音频的聊天。 如果您希望对Discord产生更大的影响,则可以使用格式来增强基于文本的消息。 这是如何做。

Like other online chat platforms, Discord uses some Markdown syntax elements for text formatting. If you’re familiar with Markdown, this process should be easy.

与其他在线聊天平台一样,Discord使用Markdown语法元素进行文本格式设置。 如果您熟悉Markdown,则此过程应该很容易。

基本不和谐文本格式 (Basic Discord Text Formatting)

Using Markdown syntax, you can easily apply bold, italics, underlines, or strikethrough formatting to Discord messages. You can also combine these formatting options, allowing you to send messages that use all but strikethrough formatting, should you wish.

使用Markdown语法,您可以轻松地将粗体,斜体,下划线或删除线格式应用于Discord邮件。 您还可以结合使用这些格式设置选项,从而允许您发送使用除删除线格式设置之外的所有格式的消息。

These formatting options apply to messages you send on the Discord web, Windows 10, and Mac apps, as well as through the mobile apps for iPhone, iPad, and Android devices.

这些格式选项适用于您在Discord Web, Windows 10和Mac应用程序上以及通过iPhone , iPad和Android设备的移动应用程序发送的消息。

如何在不和谐中斜体显示 (How to Italicize in Discord)

If you want to add italics in Discord, insert a single asterisk (*) at the start and end of your message. The formatting won’t appear until you send the message.

如果要在Discord中添加斜体,请在邮件的开头和结尾插入一个星号(*)。 在您发送消息之前,格式不会出现。

For instance, “*This message is italicized*” would show as “This message is italicized” when sent.

例如,发送时“ *此消息为斜体*”将显示为“此消息为斜体”

An italicized message in Discord

如何使不和谐的文本变为粗体 (How to Make Text Bold in Discord)

To apply bold text formatting to Discord messages, add two asterisks (**) to the start and end of the message before sending it.

要将粗体文本格式应用于Discord邮件,请在发送之前和末尾添加两个星号(**)。

For instance, “**This message is bold**” would result in a message that displays as “This message is bold“.

例如,“ **此消息为粗体**”将导致显示为“此消息为粗体”的消息

A Discord message with bold text

如何在不和谐中给文本加下划线 (How to Underline Text in Discord)

You can underline text in Discord as a way to add subtle prominence to messages, as an alternative to bold or italics.

您可以在Discord中给文本加下划线,以增加邮件的微妙突出程度,以替代粗体或斜体。

If you want to do this, you’ll need to add two underscores (__) at the start and end of your Discord message. A message that stated “__This text is underlined__” would appear as “This text is underlined“.

如果要执行此操作,则需要在Discord消息的开头和结尾添加两个下划线(__)。 一条显示“ __带下划线__”的消息将显示为“带下划线”。

A Discord message with underlined text

如何在不和谐中删除文本 (How to Strikethrough Text in Discord)

Strikethrough text can be used to cross out text. You might do this to emphasize a part of a message that you’ve deleted without actually deleting the message. To add strikethrough text in Discord, use two tildes (~~) at both ends of your message.

删除线文本可用于删除文本。 您可以这样做以强调已删除的消息的一部分,而没有实际删除该消息。 要在Discord中添加删除线文本,请在消息的两端使用两个波浪号(~~)。

For instance, “~~This message has strikethrough formatting applied~~” would appear as “This message has strikethrough formatting applied“.

例如,“ ~~此消息已应用删除线格式~~”将显示为“此消息已应用删除线格式”。

A Discord message with strikethrough formatting

组合文字格式选项 (Combining Text Formatting Options)

You can combine bold, italics, and underline text formatting in a single Discord message. You can’t combine these with strikethrough formatting, however.

您可以在单个Discord邮件中结合使用粗体,斜体和下划线文本格式。 但是,您不能将它们与删除线格式结合使用。

To create bold and italic text messages, you could use three asterisks instead of one or two. For instance, “***This text has bold and italics applied***” would appear as “This text has bold and italics applied” on Discord.

要创建粗体和斜体文本消息,可以使用三个星号而不是一两个。 例如,在Discord上,“ ***该文本使用粗体和斜体***”将显示为“此文本应用粗体和斜体”。

A Discord message with bold and italics applied

To send a message that has bold, italics, and underline text formatting applied, you’d need to use the Discord formatting for all three options in your message.

要发送已应用粗体,斜体和下划线文本格式的消息,您需要对消息中的所有三个选项使用Discord格式。

Sending a message like “***__This message has all the formatting__***” would result in a message that appeared as “This message has all the formatting” on Discord.

发送“ *** __此消息具有所有格式__ ***”之类的消息,将导致在Discord上显示为“此消息具有所有格式”的消息

A Discord message with bold, italics, and underlined text

将代码块添加到不和谐消息 (Adding Code Blocks to Discord Messages)

Code blocks can be a good way to send messages with no formatting applied. As the name suggests, this feature is particularly useful if you’re collaborating on a project and need to share code snippets to other users on your Discord channel.

代码块可能是发送未应用格式的消息的好方法。 顾名思义,如果您正在一个项目上进行协作并且需要与Discord频道上的其他用户共享代码段,则此功能特别有用。

They’re also useful if you want to send messages that contain elements like asterisks or underscores that Discord would otherwise recognize as Markdown formatting.

如果您要发送的消息包含星号或下划线,Discord否则会将其识别为Markdown格式,则它们也很有用。

To send a message using a Discord code block, add backticks (also known as grave accents) to the start and end of your messages.

要使用Discord代码块发送消息,请在消息的开头和结尾添加反引号(也称为重音符号)。

You can do this on a single line, or on multiple lines to create multi-line code blocks. For single-lined code blocks, start your message with a single backtick (`). For multi-line code blocks, use three backticks (“`).

您可以在一行上执行此操作,也可以在多行上执行此操作以创建多行代码块。 对于单行代码块,请单引号(`)开头。 对于多行代码块,请使用三个反引号(“`)。

Multiple Discord code block messages

在Web和桌面上在Discord中使用引用块 (Using Quote Blocks in Discord on the Web and Desktop)

Discord quote blocks can be used to quote outside text or earlier messages on your channel. These blocks appear above your message to provide extra context to your own.

不和谐的引号块可用于引述外部文字或频道上的较早消息。 这些块出现在您的消息上方,以提供您自己的更多上下文。

Like code blocks, you can create single line or multi-line quote blocks using either one or three greater-than symbols (>). Both options allow you to create a quote block—you’ll need to press Shift+Enter to move to multiple lines, as well as to exit a quote block during editing.

与代码块一样,您可以使用一个或三个大于号(>)来创建单行或多行引用块。 这两个选项都允许您创建引号块-您需要按Shift + Enter移至多行,并在编辑过程中退出引号块。

To add a quote, type either one or three greater-than symbols and then press the Space key. The quote marks you use should turn into a single, gray block—this indicates that that line is a quote.

要添加报价,请键入一个或三个大于号,然后按空格键。 您使用的引号应变成单个灰色块,这表示该行是引号。

A Discord quote block symbol

For single quote blocks, type your quote on a single line and then press Shift+Enter several times on your keyboard to move out of the quote block. The quote block symbol will disappear on your line to signify the end of your quote block.

对于单引号块,请在一行上输入引号,然后在键盘上按Shift + Enter几次,以移出引号块。 引号块符号将消失在您的行上,表示引号块的结尾。

You can then type a normal message below your quote.

然后,您可以在报价单下面键入一条普通消息。

A single quote Discord message

The same process applies to quote blocks across multiple lines. With your quote block active, press Shift+Enter to move onto a second line and further.

相同的过程适用于多行中的引用块。 在您的报价栏处于活动状态时,按Shift + Enter移至第二行并进一步。

A multi line Discord quote block

Once you’re ready to move out of the quote block, press Ctrl+Shift several times until the quote block symbol disappears.

准备好移出引号块之后,请按Ctrl + Shift几次,直到引号块符号消失。

You can then type your normal message beneath the quote block.

然后,您可以在引号框下方键入常规消息。

A multi line Discord quote block

翻译自: https://www.howtogeek.com/674569/how-to-apply-text-formatting-in-discord/

discord linux

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278248.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

一张图看懂阿里云网络产品[十二]云企业网

2019独角兽企业重金招聘Python工程师标准>>> 摘要: 阿里云致力于为用户提供优质、高效、稳定的网络传输环境,云企业网(Cloud Enterprise Network)将提供一种能够快速构建混合云和分布式业务系统的全球网络,…

# 2019-2020.3 《java程序设计》第一周学习总结

2019-2020-3 《Java 程序设计》第一周学习总结 在本周的学习中,学习到了好多也收获了好多,从最基础的安装虚拟机开始,根据老师的博客中的教程一步一步的进行,在这过程中也遇到了好多问题,因为是初步接触Linux系统&…

如何在Windows 10上跳过回收站以删除文件

Windows 10 normally sends files you delete to the Recycle Bin. They’ll be kept until you empty it—or, in some cases, until Windows 10 automatically empties your Recycle Bin. Here’s how to skip the Recycle Bin and delete files immediately. Windows 10通常…

OSChina 周日乱弹 —— 我叫张一条

2019独角兽企业重金招聘Python工程师标准>>> Osc乱弹歌单(2018)请戳(这里) 【今日歌曲】 莱布妮子 :分享Lube的单曲《Skoro dembel》 《Skoro dembel》- Lube 手机党少年们想听歌,请使劲儿戳&am…

面向对象初识

一. 面向对象初识 1.1 回顾面向过程编程vs函数式编程 # 面向过程编程 测量对象的元素个个数。 s1 fjdsklafsjda count 0 for i in s1:count 1l1 [1,2,3,4] count 0 for i in l1:count 1 面向过程编程def func(s):count 0for i in s:count 1return count …

使用LiveClick升级您的实时书签

If you like to subscribe to feeds using Firefox’s Live Bookmarks feature, the LiveClick extension gives you so many upgrades that I can only cover the highlights of how great it is. 如果您想使用Firefox的“实时书签”功能订阅供稿,则LiveClick扩展程…

操作系统的概论梳理

转载于:https://www.cnblogs.com/hclhechunlu/p/10477470.html

win7下如何显示缅文和使用缅文输入法?

windows 7 操作系统默认不支持缅文,所以缅文在win7上不能显示,当然也没有提供缅文输入法。 一、显示缅文 windows系统下显示缅文字母只需要安装缅文字体就可以了。目前常见的缅文字体就是Zawgyi-One,Zawgyi-One是一种广泛使用的缅文字体。Zaw…

airpods2使用_如何使用AirPods和AirPods Pro:完整指南

airpods2使用Burdun Iliya/ShutterstockBurdun Iliya /快门Just bought yourself or received a new pair of AirPods or AirPods Pro? Welcome to the truly wireless earphones life. Setting up AirPods is quite straightforward, but here’s how to customize and get t…

如何在iPhone上共享视频之前从视频中删除音频

Sometimes, you’d like to share a video with others, but the accompanying audio track is distracting or perhaps introduces privacy concerns. Luckily, there’s a quick way to silence a video using Photos on iPhone and iPad. Here’s how. 有时,您想…

Java 并发工具箱之concurrent包

概述 java.util.concurrent 包是专为 Java并发编程而设计的包。包下的所有类可以分为如下几大类: locks部分:显式锁(互斥锁和速写锁)相关;atomic部分:原子变量类相关,是构建非阻塞算法的基础;executor部分&…

如何提高gps精度_如何在锻炼应用程序中提高GPS跟踪精度

如何提高gps精度l i g h t p o e t/Shutterstocklightpoet /快门Tracking your runs, bike rides, and other workouts is fun because you can see how much you’re improving (or, in my case, dismally failing to improve). For it to be effective, though, you have to …

centos proftp_在CentOS上禁用ProFTP

centos proftpI realize this is probably only relevant to about 3 of the readers, but I’m posting this so I don’t forget how to do it myself! In my efforts to ban the completely insecure FTP protocol from my life entirely, I’ve decided to disable the FTP…

Java通过Executors提供四种线程池

http://cuisuqiang.iteye.com/blog/2019372 Java通过Executors提供四种线程池,分别为:newCachedThreadPool创建一个可缓存线程池,如果线程池长度超过处理需要,可灵活回收空闲线程,若无可回收,则新建线程。n…

MySQL数据库基础(五)——SQL查询

MySQL数据库基础(五)——SQL查询 一、单表查询 1、查询所有字段 在SELECT语句中使用星号“”通配符查询所有字段在SELECT语句中指定所有字段select from TStudent; 2、查询指定字段 查询多个字段select Sname,sex,email from TStudent; 3、查询指定记录…

基于ZXing Android实现生成二维码图片和相机扫描二维码图片即时解码的功能

NextQRCode ZXing开源库的精简版 **基于ZXing Android实现生成二维码图片和相机扫描二维码图片即时解码的功能原文博客 附源码下载地址** 与原ZXingMini项目对比 NextQRCode做了重大架构修改,原ZXingMini项目与当前NextQRCode不兼容 dependencies {compile com.gith…

如何在Windows 7或Vista上安装IIS

If you are a developer using ASP.NET, one of the first things you’ll want to install on Windows 7 or Vista is IIS (internet information server). Keep in mind that your version of Windows may not come with IIS. I’m using Windows 7 Ultimate edition. 如果您…

ThinkPHP3.2 实现阿里云OSS上传文件

为什么80%的码农都做不了架构师?>>> 0、配置文件Config,加入OSS配置选项,设置php.ini最大上传大小(自行解决,这里不做演示) OSS > array(ACCESS_KEY_ID > **************, //从OSS获得的…

ipad和iphone切图_如何在iPhone,iPad和Mac上签名PDF

ipad和iphone切图Khamosh PathakKhamosh PathakDo you have documents to sign? You don’t need to worry about printing, scanning, or even downloading a third-party app. You can sign PDFs right on your iPhone, iPad, and Mac. 你有文件要签名吗? 您无需…

在Ubuntu服务器上打开第二个控制台会话

Ubuntu Server has the native ability to run multiple console sessions from the server console prompt. If you are working on the actual console and are waiting for a long running command to finish, there’s no reason why you have to sit and wait… you can j…