Decent Discourse Tutorial - TL1 [DRAFT]

Trust level 1 (Basic) is where most new user restrictions are lifted. You can now send PMs, upload images and attachments, flag posts, etc.


Creating a topic

To create a topic just go to the top right of the homepage and click on the new topic button


This will pop open a new panel for creating a topic. Here you select a title for the topic, choose its category, select the tags, and write out the body.

When creating a topic make sure that your what your posting has not already been posted before. This avoids clutter and keeps relevant information together in the same space. A good topic title should be something that is short and concise with the body of the topic filling in the details. A correct category will let people find your post easier and let relevant experts identify where to point their knowledge. The body of a post should contain all of the gory details of your post. This doesnt mean it has to be many paragraphs but it should be all necessary information.


Actually writing the body of a post

Markdown is discourses preferred method of handling text with their being support for BBcode as a plugin. This lets up do some fairly advanced things with the text.

Neat text stuff

Boo!

[spoiler]Boo![/spoiler]


Big Text

# Big Text


Small Text

###### Small Text


BOLD
**BOLD**


ITALIC
*ITALIC*


Numbered List

  1. This is one
  2. This is two
  3. This is three

Numbered List
1. This is one
2. This is two
3. This is three


Bulleted List

  • This is one
  • This is two
  • This is three

Bulleted List
* This is one
* This is two
* This is three


Example
[Example](https://forum.0cd.xyz)


Blockquote

> Blockquote


Details

This text will be hidden

[details=“Details”]
This text will be hidden
[/details]


Inline HTML
<abbr title=“This is text”>Inline HTML</abbr>


Autoformat bypass
*Autoformat bypass*
\*Autoformat bypass*


Discourse has auto formatting buttons that will help you do some of the text formatting. These dont contain everything but has most of the basic stuff.

Screenshot_2019-01-15_00-52-53

From left to right you have quote, bold, indent, hyperlink, blockquote, preformatted text, upload, bulleted list, numbered list and emoji. After that you have the extra stuff like hide details, insert date, blur spoiler, and build poll. Discourse does have support for custom emoji :oregano:

Discouse lets you upload a variety of things depending on the site configuration. By default its just images and gifs


Interacting with a topic

On the right side of the topic you have the scrollbar. At the top of the scrollbar is the topic start date and the bottom is time of last reply. The left button is used to reply to the topic and the right button is used to set the notification level.

Screenshot_2019-01-15_02-07-34

At the bottom of the topic is the rest of the topic controls. You can bookmark the topic, share it with others, flag the topic for staff review and reply to it. Below that is the notification level for the topic. There are 4 notification levels a topic can have. Watching where all replies notify you, tracking where replies to you notify you, normal where you only get notified if you get pinged, and muted where the topic is silenced. By default a topic you create will be at watching level.

Screenshot_2019-01-15_02-11-58


Interacting with a post

You can interact with a post in a few basic ways. Liking it, sharing it, flagging it, and bookmarking it. Likes can be fairly limited at a low trust level so dont go ham liking everything.

Screenshot_2019-01-15_02-32-46

You can also quote a post but selecting the text you wish to quote and selecting the quote button.

Screenshot_2019-01-15_02-38-21

Screenshot_2019-01-15_02-47-23


Flagging a post


Creating a PM

There are two main ways to start a PM. Either by creating a topic and switching it to a PM or by going to your messages page and creating one there. PMs are just regular topics that only people who are invited to it are allowed to see it

Screenshot_2019-01-15_02-55-05


Downloading your posts

Goto your profile -> Activity -> Download all

You will receive a PM with a gunzipped CSV file. This will contain ALL posts including PMs.


Viewing Edit history

When a post had been edited there will be orange pencil at the top right of a post. Click this to see all changes made to a post.

On the left side of the screen will be your before and the right side is the after. Green text is stuff that was added and red text is stuff that is removed. You also have the option of being able to view the post in raw form where you see markdown text.

5 Likes

Not sure if you want any input. I have a few notes I’ve kept that I don’t see here.

<small>Small <small>Smaller</small></small>

<div align="right">right</div>

<del>strikeout</del>

HTML encoded chars
&#103;
&nbsp; &nbsp; &nbsp; &nbsp; spaces

Tables
| Col A | Col B | Col C|
|---|---|---|
| A1 | B1 | C1 |

Small Smaller

right

strikeout

HTML encoded chars
g
        spaces

Tables

Col A Col B Col C
A1 B1 C1
2 Likes

avoiding HTML because its technically not supported by discourse. Is better to use the markdown version.

thats gonna be covered TL2 when i do more advanced text stuff

2 Likes