Helpful information

Hey guys,

I want to make a thread in the Inception Forum (that I’d pin for a while) with helpful information in regards to RBXDev and getting used to Discourse.

What things do you think would be helpful or important to have in such a thread? I already have the following:

  • Spoilers (if someone could re-post the code here that’d be cool)
  • Confidential information since there’s no confidential tags
  • Unpinning pinned threads (for oneself rather than globally)
  • Maybe a small guide on deciding where a thread belongs?

Post ideas here and I’ll see if I can work it into the thread.

Thanks,
Lilly

How to make headers

(put three dashes on the line under the text)

How to make headers
---
rest of post
  • How to do strikethrough (since it’s not a button on the editor) <strike></strike>
  • That you can change the category your topic is posted in even after you posted it by editing it
  • use <br> (no closing tag) to insert newlines in your post (since Discourse doesn’t give you free reign over them with just the enter key)

Also it’d be great to have some sort of guidelines (not rules, but just general suggestions) regarding tags because I’ve seen some silly ones like “development” for threads in Development Discussion.

2 Likes

I think I can include all of that in such a thread, thanks!

Keep the suggestions coming, anything that you guys think could help new or existing RBXDev members.

<details>
   <summary>
      Header
   </summary>
   Body
</details>
Header Body
1 Like

<s> </s> works too for completeness

1 Like

Pressing the ? key (Shift + /) opens up a menu of keyboard shortcuts.

 

Inserting &nbsp; between lines makes a double line break.

Example `Pressing the ? key (Shift + /) opens up a menu of keyboard shortcuts.`

&nbsp;

Inserting   between lines makes a double line break.

1 Like