Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Text Chat"

From Roll20 Wiki

Jump to: navigation, search
m (Whispers)
Line 116: Line 116:
  
 
'''''Sir Bearington charges at you!'''''
 
'''''Sir Bearington charges at you!'''''
 +
 +
== Basic Formatting ==
 +
 +
'''Markdown'''
 +
 +
You can use basic Markdown syntax in your text chat messages. We don't support the entire breadth of everything Markdown can do (like headers), but rather just basic formatting. Here's a quick rundown:
 +
 +
{| class="wikitable"
 +
|-
 +
! Format !! Syntax
 +
|-
 +
| '''Bold Text''' || **text to bold**
 +
|-
 +
| ''Italicize Text'' || **text to italicize**
 +
|-
 +
| Link to URL || [Google](http://www.google.com)
 +
|-
 +
| Image || [Roll20 Logo](http://roll20.net/assets/themes/roll20/images/new-logo-white-sm.png)
 +
|}
 +
 +
''Note: Including an image is just putting in a link to an image. If the link ends in ".png", ".jpg", ".jpeg", or ".gif", we will automatically insert an image tag in addition to linking to the source image.''
 +
 +
You can use the Markdown formatting in general messages, whispers (/w), descriptions (/desc), and emotes (/em). You can also include Markdown formatting in the values you pass to [[Roll Templates]] and it should work fine. For example, {{attack= [[1d20]] vs **AC**}}.
  
 
== Doing math in the chat ==
 
== Doing math in the chat ==

Revision as of 20:51, 9 March 2015