Skip to content

Style specification for BaldarSilveraxe's Roll20 markdown scripts.

License

Notifications You must be signed in to change notification settings

Villain1nGlasses/HeroMarkdown

Repository files navigation

HeroMarkdown

HERO System style specification for BaldarSilveraxe's (AKA Stephen S.) Roll20 markdown scripts. This example is modeled after Slugnet's excellent example for Alien RPG.

The Roll20 forum thread may be of interest.

Quickstart Using the HERO System CSS and Markdown in Roll20

Part 1 - Install the API Scripts on Roll20

You will need to either have an existing game on Roll20, or create a new game.

Install the three mods (aka API scripts) into your game:

For further documentation on installing mods, please visit the Roll20 Mod (API) help page.

Part 2 - Using the Markdown in a Roll20 Game

Once you have installed the API scripts, launch the game in Roll20. To prepare a handout for application of markdown code, follow the steps below.

A. Getting Started

Create a new "Handout" named "Style Sheet". Scroll down to the "GM Notes" section and past the following two lines:

[css]
h1 {color: red;}

Save changes.

In the "Description & Notes" section you should see the processed CSS

[css](-O3fF3GCNgPDgG9m9-4L)
h1 {color: red;}

Like so:

Style Sheet

NOTE: The "-O3fF3GCNgPDgG9m9-4L"` part is the object id for your handout. It will not be the same as you see in this example. That is the "link" for this style sheet. Copy the css line with code to the clipboard.

Create a new "Handout" named "Markdown Handout" and in the "GM Notes" paste the copied code. Add two additional lines of code like so:

[md]
[css](-O3fF3GCNgPDgG9m9-4L)
# This Heading should be red.

(You should paste in what you copied to the clipboard to the second line.)

Remember: The "-O3fF3GCNgPDgG9m9-4L"` part is the object id for your handout. It will not be the same as you see in this example.

Save changes.

In the "Description & Notes" section you should see the processed Markdown. It should be large red text reading:

This Heading should be red.

Like so:

Markdown Handout

B. Switching to HERO System Styling

If all has worked correctly in the previous steps, do the following.

Open the HERO-CSS-Markdown file. At the top of the page replace the object id below

[css](-O3fF3GCNgPDgG9m9-4L)

with your updated object id.

Now copy/paste everything in HERO-CSS-Markdown.css to the "GM Notes" section of the "Style Sheet" "Handout". Delete or overwrite the text that reads:

[css]
h1 {color: red;}

Save changes.

In the "Description & Notes" section you should see the processed CSS

[css](-O3fF3GCNgPDgG9m9-4L) <-- will not be this code, was replaced earlier.

bg {
	padding: 30px;
	padding-top: 1px;
	margin: -30px;
	max-width: 800px;
}

etc.

Now, open the HERO Example Markdown file. At the top of the page replace the object id below

[css](-O3fF3GCNgPDgG9m9-4L)

with your updated object id.

Now copy/paste everything in HERO-Example.md to the "GM Notes" section of the "Handout" "Markdown Handout". Delete or overwrite the text that reads:

[md]
[css](-O3fF3GCNgPDgG9m9-4L)
# This Heading should be red.

Save changes.

In the "Description & Notes" section you should see the processed Markdown like the image shown below.

Example Handout in Roll20

Overview of Markdown Available in Roll20

For reference, the original scripts can be found here:

About

Style specification for BaldarSilveraxe's Roll20 markdown scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published