Use our handy composer to create compelling, well thought-out, and easy to understand posts and messages!
Guide to start using the Twist composer
If you're not completely sure what the icons at the bottom of the composer do, make sure to check out the overview below (and click the links to learn even more!):
Access the Quick Actions menu
Attach a file to your post
Add emoji to your post
Text formatting
In order to bring up formatting options, highlight the text you would like to format and choose one of the options below:
Make your text bold
Make your text italic
Make your text strikethrough
-
Make your text Heading 1 size
Make your text Heading 2 size
Turn your text into a quote
Turn your text into
code
Create a bulleted list
Create a numbered list
Add a link
Using Markdown in Twist
You also have the option to use markdown syntax. If you’re unfamiliar with markdown, you can learn it in 60 seconds at CommonMark or check out the overview below:
Markdown |
Result |
_italic_ |
italic |
**bold** |
bold |
[link](http://link.com) |
|
# Heading 1 |
|
## Heading 2 |
|
* One * Two * Three |
|
1. One 2. Two 3. Three |
1. One 2. Two 3. Three |
> quote |
|
 |
|
`code` |
![]() |
``` code block ``` |
![]() |
Horizontal line: --- or *** |
![]() |