Discordは、ゲームコミュニティを永遠に変革した最高のVoIP(Voice over Internet Protocol )アプリの1つです。(Internet Protocol)それはあなたがあなたの友人や志を同じくする人々とつながることを可能にする素晴らしいプラットフォームです。チャット、電話、画像やファイルの共有、グループでのたむろ、ディスカッションやプレゼンテーションの実行など、さまざまなことができます。機能が満載で、超クールなインターフェースを備えており、基本的に完全に無料で使用できます。
今、Discordでの最初の数日は少し圧倒されているようです。非常に多くのことが起こっているので、理解するのは難しいです。あなたの注意を引いたに違いないものの1つは派手なチャットルームです。太字、斜体、取り消し線、下線、さらには色で入力するなど、あらゆる種類のクールなトリックを持っている人を見ると、同じことを行う方法に興味があります。さて(Well)、その場合、今日はあなたの幸運な日です。あなたはDiscord(Discord)テキストフォーマットの詳細で包括的なガイドにたどり着きました。基本からクールでファンキーなものまで、すべてをカバーします。それで、これ以上面倒なことはせずに、始めましょう。
Discordテキストフォーマットの包括的なガイド(A Comprehensive Guide to Discord Text Formatting)
Discord Text Formattingを可能にするものは何ですか?(What makes Discord Text Formatting Possible?)
クールなトリックを始める前に、魅力的なチャットルームを持つことを可能にするテクノロジーを理解して理解する時間を取りましょう。Discordは、「Markdown」と呼ばれるスマートで効率的なエンジンを使用してテキストをフォーマットします。
Markdownは元々、基本的なテキストエディタとオンラインフォーラムおよびプラットフォーム用に作成されましたが、すぐにDiscordを含む多くのアプリに採用されました。単語、フレーズ、または文の前後に配置されたアスタリスク、チルダ、バックスラッシュなどの特殊文字を解釈することにより、単語や文を太字、斜体、下線などにフォーマットできます。
Discordテキストフォーマットのもう1つの興味深い機能は、テキストに色を追加できることです。これの功績は、Highlight.jsと呼ばれるすてきな小さなライブラリにあります。ここで理解する必要があることの1つは、Highlight.jsではテキストに必要な色を直接選択できないことです。代わりに、構文の色付け方法のようないくつかのハックを採用する必要があります。Discordでコードブロックを作成し、プリセットの構文強調表示プロファイルを使用して、テキストをカラフルに見せることができます。これについては、この記事の後半で詳しく説明します。
Discordテキストフォーマット入門(Getting Started with Discord Text Formatting)
ガイドは、太字、斜体、下線などの基本から始めます。前述のように、このようなテキストの書式設定はMarkdownによって処理されます。
あなたのテキストを不和で太字にする(Make your text Bold in Discord)
Discordでチャットしていると、特定の単語やステートメントにストレスをかける必要があると感じることがよくあります。重要性を示す最も簡単な方法は、テキストを太字にすることです。Discordでは(Discord)そう(Doing)するのは本当に簡単です。テキストの前後に二重アスタリスク(**)を付けるだけです。
たとえば**This text is in bold**
入力後にEnter(enter)キーまたはSendキーを押すと、アスタリスク内の文全体が太字で表示されます。
テキストを不和で斜体にする(Make your text Italicized in Discord)
Discordチャットでテキストをイタリック(少し斜め)で表示することもできます。これを行うには、テキストを1つのアスタリスク(*)のペアで囲むだけです。太字とは異なり、斜体では2つではなく1つのアスタリスクのみが必要です。
たとえば、次のように入力します。*This text is in italics*で、チャットではテキストがイタリック体で表示されます。
テキストを太字と斜体の両方にする(Make your Text both Bold and Italicized at the same time)
ここで、両方の効果を組み合わせる場合は、3つのアスタリスクを使用する必要があります。3つのアスタリスク(***)で文を開始(Start)および終了すると、ソートされます。
不和であなたのテキストに下線を引く(Underline your Text in Discord)
特定の詳細に注意を引くもう1つの優れた方法は、テキストに下線を引くことです。たとえば、友達に忘れてほしくないイベントの日付やタイミングなどです。まあ(Well)、恐れることはありません、Markdownはあなたをカバーしています。
この場合に必要な特殊文字はアンダースコア(_)です。テキストのセクションに下線を引くには、最初と最後に二重下線(__)を付けます。二重下線の間のテキストは、テキストに下線付きで表示されます。
たとえば、「 __このセクション( __This section)__に下線が引か( will be underlined)れます」と入力すると、チャットで「このセクション」に下線が引かれます。(This section)
不和で取り消し線のテキストを作成する(Create Strikethrough Text in Discord)
リストの次の項目は、取り消し線テキストの作成です。文中の特定の単語を取り消したい場合は、フレーズの前後にチルダ(~~)記号を2回追加するだけです。
たとえば ~~This text is an example of strikethrough.~~
次のように入力してEnterキーを押すと、チャットに表示されたときに文全体に線が引かれていることがわかります。
さまざまなDiscordテキストフォーマットを組み合わせる方法(How to Combinbe Different Discord Text Formatting)
以前に太字と斜体を組み合わせたように、他の効果を組み込むこともできます。たとえば、下線付きの太字のテキストや取り消し線の斜体のテキストを使用できます。以下に、さまざまな組み合わせテキスト形式を作成するための構文を示します。
1.太字で下線付き(Bold and underlined)(二重(Double)下線の後に二重アスタリスクが続く): __**Add text here**__
2.斜体と下線(Italicized and Underlined)付き(二重(Double)下線とそれに続く単一のアスタリスク):__*Add text here*__
3.太字、斜体、下線付き(Bold, italicized, and underlined)(二重(Double)下線とそれに続く三重アスタリスク): __***Add text here***___
また読む:(Also Read:) 不和で人々を聞くことができない修正(2021)(Fix Can’t Hear People on Discord (2021))
不和のテキストフォーマットを回避する方法(How to Circumvent Discord Text Formatting)
ここまでで、アスタリスク、チルダ、アンダースコアなどの特殊文字が、Discordテキストの書式設定の重要な部分であることを理解している必要があります。これらの文字は、Markdownが実行する必要のあるフォーマットの種類に関する指示のようなものです。ただし、これらの記号がメッセージの一部である可能性があり、そのまま表示したい場合があります。この場合、基本的にはMarkdownに他のキャラクターと同じように扱うように依頼しています。
すべての文字の前にバックスラッシュ()を追加するだけで、チャットに特殊文字が表示されます。
たとえば、次のように入力した場合: \_\_\*\*Print this message as it is\*\*\_\_文の前後にアンダースコアとアスタリスクとともに印刷されます。
最後に円記号は必要ありません。最初に円記号を追加した場合でも機能します。さらに、アンダースコアを使用していない場合は、文の先頭にバックスラッシュを1つ追加するだけで(たとえば、**アスタリスクを印刷)、作業が完了します。
これで、基本的なDiscordテキストのフォーマットは終わりです。次のセクションでは、コードブロックの作成や、もちろんカラーでのメッセージの書き込みなど、より高度な機能について説明します。
高度なDiscordテキストフォーマット(Advanced Discord Text Formatting)
基本的なDiscordテキストの書式設定には、アスタリスク、バックスラッシュ、アンダースコア、チルダなどのいくつかの特殊文字のみが必要です。これにより、テキストを太字、斜体、取り消し線、下線を引くことができます。少し練習すれば、かなり簡単に慣れることができます。その後、より高度なものに進むことができます。
Discordでのコードブロックの作成(Creating Code Blocks in Discord)
コードブロックは、テキストボックスで囲まれたコード行のコレクションです。これは、コードのスニペットを友達やチームメンバーと共有するために使用されます。コードブロックに含まれるテキストは、フォーマットなしで送信され、そのまま表示されます。これにより、アスタリスクまたはアンダースコアが付いた複数行のテキストを共有するのに効果的な方法になります。これは、Markdownがこれらの文字をフォーマットのインジケーターとして読み取らないためです。
コードブロックの作成は非常に簡単です。必要な文字はバックティック(*)だけです。このキーはEscキーのすぐ下にあります。単一行のコードブロックを作成するには、行の前後に単一のバックティックを追加する必要があります。ただし、複数行のコードブロックを作成する場合は、行の最初と最後に3つのバッククォート(「*」)を配置する必要があります。以下に、1行および複数行のコードブロックの例を示します。-
1行のコードブロック:(Single line code block:)
`This is an example of a single line code block`
複数行のコードブロック:(Multi-line code block:)
```This is an example of the multi-line code block
さまざまな線や記号を追加できます***
__is**として表示されます。
変更なし」*
また読む:(Also Read:) Discordでルートエラーが発生しないようにする方法(2021)(How to Fix No Route Error on Discord (2021))
不和で色付きのテキストを作成する(Create Colored Text in Discord)
前述のように、Discordで色付きのテキストを直接作成する方法はありません。代わりに、いくつかの巧妙なトリックとハックを使用して、テキストに必要な色を取得します。Highlight.jsに含まれている(Highlight.js)構文の強調表示(syntax highlighting)機能を利用して、色付きのテキストを作成します。
現在、 Discordは、バックグラウンドで実行されている複雑な(Discord)Javascriptプログラム(Highlight.jsを含む)に大きく依存しています。Discordには本来、テキストの色を変更する機能はありませんが、バックグラウンドで実行されているJavascriptエンジンにはあります。これが私たちが利用しようとしていることです。最初に小さなプログラミング言語リファレンスを追加することで、Discordをだましてテキストがコードスニペットであると考えさせます。Javascriptには、さまざまな構文用に事前設定されたカラーコードがあります。これは、構文の強調表示(Syntax Highlighting)として知られています。これを使用して、テキストを強調表示します。
チャットルームのペイントを開始する前に、覚えておく必要のあることがいくつかあります。あらゆる種類の色付きテキストを取得するには、3つのバッククォートを使用してテキストを複数行のコードブロックで囲む必要があります。各コードブロックの先頭に、コードブロックの内容の色を決定する特定の構文強調表示コードを追加する必要があります。色ごとに、使用する構文が異なります。これらについて詳しく説明しましょう。
1.不和のテキストの赤い色(1. Red Color for Text in Discord)
チャットルームで赤く表示されるテキストを作成するために、「Diff構文の強調表示」を使用します。」(” All)必要なのは、コードブロックの先頭に「diff」という単語を追加し、ハイフン(-)で文を開始することだけです。
サンプルコードブロック:(Sample code block:)
```diff
- This text will be red
```
2.不和のテキストのオレンジ色(2. Orange Color for Text in Discord)
オレンジについては、「CSS構文の強調表示」を使用します。テキストを角かっこ([])で囲む必要があることに注意してください。
サンプルコードブロック:(Sample code block:)
```css
[This text will be orange]
```
3.不和のテキストの黄色(3. Yellow Color for Text in Discord)
これはおそらく最も簡単なものです。「構文の強調表示を修正(Fix)」を使用して、テキストを黄色にします。コードブロック内で他の特殊文字を使用する必要はありません。「fix」という単語でコードブロックを開始するだけで、それだけです。(Simply)
サンプルコードブロック:(Sample code block:)
```fix
This text will be yellow
```
4.不和のテキストの緑色(4. Green Color for Text in Discord)
'css'と'diff'の両方の構文の強調表示を使用して緑色を取得できます。'CSS'を使用している場合は、テキストを引用符で囲む必要があります。'diff'の場合、テキストの前にプラス(+)記号を追加する必要があります。以下に、これら両方の方法のサンプルを示します。
サンプルコードブロック:(Sample code block:)
```CSS
“This text will be green.”
```
サンプルコードブロック:(Sample code block:)
```diff
+This text will be green
```
より暗い緑の色合いが必要な場合は、「bash構文の強調表示」を使用することもできます。テキスト(Just)が引用符で囲まれていることを確認してください。
サンプルコードブロック:(Sample code block:)
```bash
"This text will be dark green"
```
また読む:(Also read:) 不和が開かない?不和を修正する7つの方法は問題を開かない(Discord Not Opening? 7 Ways To Fix Discord Won’t Open Issue)
5.不和のテキストの青色(5. Blue Color for Text in Discord)
青色は、「iniシンタックスハイライト」を使用して実現できます。実際のテキストは角かっこ([])で囲む必要があります。
サンプルコードブロック:(Sample code block:)
```ini
[This text will be blue]
```
css構文の強調表示を使用することもできますが、特定の制限があります。単語の間にスペースを追加することはできません。代わりに、アンダースコアで区切られた長い単語の文字列として文を入力する必要があります。また、文の先頭にドット(。)を追加する必要があります。
サンプルコードブロック:(Sample code block:)
```css
.This_text_will_be_blue”
```
6.テキストに色を付ける代わりに、テキストを強調表示します(6. Highlight text instead of coloring it)
上で説明したすべての構文強調表示手法を使用して、テキストの色を変更できます。ただし、テキストに色を付けずに単に強調表示したい場合は、「Tex構文」を使用できます。」(” Apart)ブロックコードを「tex」で始める以外に、文をドル記号で始める必要があります。
サンプルコードブロック:(Sample code block:)
```tex
$This text will simply be highlighted
```
不和のテキストフォーマットのまとめ(Wrapping Up Discord Text Formatting)
これで、私たちはあなたが必要とするであろうすべての重要なDiscordテキストフォーマットのトリックを多かれ少なかれカバーしました。Markdownを使用して実行できる別の高度なフォーマットを示すMarkdownチュートリアルとオンラインビデオを参照することで、さらに多くのトリックを探索できます。
多数のMarkdown(Markdown)チュートリアルとチートシートをインターネット上で無料で簡単に見つけることができます。実際、Discord自体がユーザーの利益のために公式のMarkdownガイドを追加しました。(Official Markdown guide)
おすすめされた:(Recommended:)
これで、テキストの書式設定を不一致にするための包括的なガイドについて、この記事の最後に到達しました。この情報がお役に立てば幸いです。不和(Discord)なテキストのフォーマットは、学ぶのに本当にクールなことです。通常のテキストを太字、斜体、下線付きのテキストと混同すると、単調さが崩れる可能性があります。
それに加えて、ギャング全体が色分けを学べば、チャットルームを美的に美しく面白く見せることができます。色付きのテキストの作成には、場合によってはいくつかの構文プロトコルに従う必要があるため、いくつかの制限がありますが、すぐに慣れます。少し練習すれば、ガイドやチートシートを参照しなくても正しい構文を使用できるようになります。それで、それ以上の遅れなしに、練習してください。
A Comprehensive Guide to Discord Text Formatting
Discord is one of the best VoIP (Voice over Internet Protocol) apps that forever transformed the gaming communіty. It is an amazing platform thаt allows you to connеct with your friends and like-minded people. You can chat, call, share іmages, filеs, hang out in groupѕ, carry out disсussions and preѕentations, and so much more. Іt is jam-packed with features, has an υber-cool interface, and most esѕentially completely free to use.
Now the first few days at Discord seem a little overwhelming. There is so much going on that it’s difficult to comprehend. One of the things that must have caught your attention is the ostentatious chat room. Seeing people with all kinds of cool tricks like typing in bold, italics, strikethroughs, underline, and even in color makes you curious about how to do the same. Well, in that case, today is your lucky day. You have landed on a detailed and comprehensive guide to Discord text formatting. Starting from the basics to the cool and funky stuff, we are going to cover it all. So, without any further ado, let us get started.
A Comprehensive Guide to Discord Text Formatting
What makes Discord Text Formatting Possible?
Before we begin with the cool tricks, let’s take a moment to understand and appreciate the technology that makes it possible to have a captivating chat room. Discord uses a smart and efficient engine called “Markdown” to format its text.
Although Markdown was originally created for basic text editors and online forums and platforms, it soon found its way to a number of apps, including Discord. It is capable of formatting words and sentences into bold, italicized, underlined, etc., by interpreting special characters like an asterisk, tilde, backslash, etc., placed before and after the word, phrase, or sentence.
Another interesting feature of Discord text formatting is that you can add color to your text. The credit for this goes to a neat little library called Highlight.js. Now one thing that you need to understand is that Highlight.js does not allow you to directly select the desired color for your text. Instead, we need to employ several hacks like syntax coloring methods. You can create a code block in Discord and use a preset syntax highlighting profile to make the text look colorful. We will discuss this in detail later in this article.
Getting Started with Discord Text Formatting
We will be starting off our guide with the basics, i.e., bold, italics, underlined, etc. As mentioned earlier, text formatting like this is handled by Markdown.
Make your text Bold in Discord
While chatting on Discord, you often feel the need to stress upon a particular word or a statement. The easiest way to indicate importance is to make the text bold. Doing so is really simple on Discord. All that you need to do is put double-asterisk (**) before and after the text.
For e.g. **This text is in bold**
When you hit enter or send after typing, the entire sentence within asterisk will appear to be bold.
Make your text Italicized in Discord
You can also make your text appear in italics (slightly slanted) on Discord chat. To do so, simply encase the text between a pair of single asterisks(*). Unlike bold, italics only requires a single asterisk instead of the two.
For e.g. Typing out the following: *This text is in italics* will make the text appear italicized in the chat.
Make your Text both Bold and Italicized at the same time
Now if you want to combine both the effects, then you need to use three asterisks. Start and end your sentence with three asterisks (***), and you are sorted.
Underline your Text in Discord
Another great way to draw attention to a specific detail is by underlining the text. For example, the date or timings of an event that you do not want your friends to forget. Well, fear not, Markdown has you covered.
The special character that you need in this case is the underscore (_). In order to underline a section of the text place double underscore (__) at its start and end. The text between the double underscores will appear underlined in the text.
For e.g., Typing out “ __This section__ will be underlined” will make “This section” appear underlined in the chat.
Create Strikethrough Text in Discord
The next item on the list is creating strikethrough text. If you would like to cross out certain words in a sentence, simply add the tilde (~~) sign twice before and after the phrase.
For e.g. ~~This text is an example of strikethrough.~~
When you type the following and hit enter, you will see that a line has been drawn through the entire sentence when it appears in chat.
How to Combinbe Different Discord Text Formatting
Just like we combined bold and italics earlier, it is possible to incorporate other effects as well. For example, you can have an underlined and bold text or a strikethrough italicized text. Given below is the syntax for creating various combined text formats.
1. Bold and underlined (Double underscore followed by a double asterisk): __**Add text here**__
2. Italicized and Underlined (Double underscore followed by a single asterisk): __*Add text here*__
3. Bold, italicized, and underlined (Double underscore followed by a triple asterisk): __***Add text here***___
Also Read: Fix Can’t Hear People on Discord (2021)
How to Circumvent Discord Text Formatting
By now you must have understood that special characters like an asterisk, tilde, underscore, etc., are an important part of Discord text formatting. These characters are like instructions for Markdown as to what kind of formatting it needs to do. However, at times these symbols could be a part of the message and you want them to be displayed as-is. In this case, you are basically asking Markdown to treat them as any other character.
All that you need to do is add a backslash (\) in front of every character and this will ensure that the special characters are displayed in the chat.
For example, if you type: \_\_\*\*Print this message as it is\*\*\_\_ it will be printed along with the underscores and asterisks before and after the sentence.
Take note that the backslashes at the end are not necessary, and it will still work if you add backslashes only in the beginning. Additionally, if you are not using underscore then you can simply add one backslash at the beginning of the sentence (for e.g. \**Print the asterisks) and it will get the job done.
With that, we come to the end of basic Discord text formatting. In the next section, we will discuss some of the more advanced stuff like creating code blocks and of course writing messages in color.
Advanced Discord Text Formatting
The basic Discord text formatting requires only a few special characters like an asterisk, backslash, underscore, and tilde. With that, you can bold, italicize, strikethrough, and underline your text. With a little practice, you will get used to them pretty easily. After that, you can proceed with more advanced stuff.
Creating Code Blocks in Discord
A code block is a collection of lines of code enclosed in a text box. It is used to share snippets of code with your friends or team members. The text contained in a code block gets sent without any kind of formatting and is displayed exactly as it is. This makes it an effective way to share multiple lines of text that has asterisk or underscore, as Markdown will not read these characters as indicators for formatting.
Creating a code block is pretty simple. The only character that you need is a backtick (`). You will find this key just below the Esc key. To create a single line code block, you need to add a single backtick before and after the line. However, if you want to create a multi-line code block, then you need three backticks (“`) placed at the beginning and end of the lines. Given below are examples of single and multi-line code blocks:-
Single line code block:
`This is an example of a single line code block`
Multi-line code block:
```This is an example of the multi-line code block
You can add different lines and symbols ***
It will appear as it __is **.
Without any changes“`
Also Read: How to Fix No Route Error on Discord (2021)
Create Colored Text in Discord
As mentioned earlier, there is no direct way to create colored text in Discord. Instead, we are going to use some clever tricks and hacks to get the desired color for our texts. We will be exploiting the syntax highlighting feature included in Highlight.js to create colored text.
Now Discord relies heavily on complex Javascript programs (including Highlight.js), which are running in the background. Although Discord natively does not have any color-changing capability for its text, the Javascript engine running in the background does. This is what we are going to take advantage of. We are going to trick Discord into thinking that our text is a code snippet by adding a small programming language reference in the beginning. Javascript has a preset color code for different syntax. This is known as Syntax Highlighting. We are going to use this to highlight our text.
Before we start painting our chat room, there are a few things that you need to keep in mind. In order to get any kind of colored text, you need to enclose the text in multi-line code blocks using three backticks. At the start of each code block, you need to add the specific syntax highlighting code that will determine the color of the contents of the code block. For every color, there is a different syntax highlighting that we are going to use. Let’s discuss these in detail.
1. Red Color for Text in Discord
In order to create a text that appears red in the chat room, we will be using the “Diff syntax highlighting.” All that you need to do is add the word ‘diff’ at the beginning of the code block and start the sentence with a hyphen (-).
Sample code block:
```diff
- This text will be red
```
2. Orange Color for Text in Discord
For orange, we will be using the “CSS syntax highlighting”. Take note that you need to enclose the text within square brackets ([]).
Sample code block:
```css
[This text will be orange]
```
3. Yellow Color for Text in Discord
This is probably the easiest one. We will be using the “Fix syntax highlighting” to color our text yellow. You do not need to use any other special character within the code block. Simply start the code block with the word ‘fix,’ and that’s it.
Sample code block:
```fix
This text will be yellow
```
4. Green Color for Text in Discord
You can get green color using both the ‘css’ and ‘diff’ syntax highlighting. If you are using ‘CSS’ then you need to write the text within quotation marks. For ‘diff’, you have to add a plus (+) sign before the text. Given below are samples for both of these methods.
Sample code block:
```CSS
“This text will be green.”
```
Sample code block:
```diff
+This text will be green
```
If you want a darker shade of green, then you can also use the “bash syntax highlighting”. Just make sure that the text is enclosed within quotes.
Sample code block:
```bash
"This text will be dark green"
```
Also read: Discord Not Opening? 7 Ways To Fix Discord Won’t Open Issue
5. Blue Color for Text in Discord
The blue color can be attained using the “ini syntax highlighting”. The actual text needs to be enclosed within square brackets([]).
Sample code block:
```ini
[This text will be blue]
```
You can also use css syntax highlighting but it has certain limitations. You won’t be able to add spaces between words. Instead, you need to enter the sentence as a long string of words separated by an underscore. Also, you need to add a dot (.) at the beginning of the sentence.
Sample code block:
```css
.This_text_will_be_blue”
```
6. Highlight text instead of coloring it
All the syntax highlighting techniques that we discussed above can be used to change the color of the text. However, if you simply want to highlight the text and not color it, then you can use the “Tex syntax.” Apart from beginning the block code with ‘tex’, you need to start the sentence with a dollar sign.
Sample code block:
```tex
$This text will simply be highlighted
```
Wrapping Up Discord Text Formatting
With that, we have more or less covered all the important Discord text formatting tricks that you will need. You can further explore more tricks by referring to Markdown tutorials and online videos that demonstrate another advanced formatting that you can do using Markdown.
You will easily find a number of Markdown tutorials and cheat sheets for free on the internet. In fact, Discord itself has added an Official Markdown guide for the benefit of users.
Recommended:
With that, we come to the end of this article on a comprehensive guide to discord text formatting. We hope that you find this information helpful. Discord text formatting is really a cool thing to learn. Mixing up normal texts with bold, italics, and underlined ones can break the monotony.
In addition to that, if your entire gang learns color coding, then you can make the chat rooms look aesthetically pleasing and interesting. Although creating colored text comes with some limitations as you need to follow some syntax protocols in some cases, you will get used to it soon. With a little practice, you will be able to use the right syntax without referring to any guide or cheat sheet. So, without any further delay, get practicing.