Category: Sheet Author

Do you want to make a character sheet or tweak an existing one? You’ll need to grasp HTML, CSS, and Javascript, and roll20 has its own tweaks that makes each of those a little more complicated. Don’t worry though – that’s where this blog comes in. If you’re a newbie to any of these things, you’ll find help here.

21
Feb
2023
Posted in Scripts Sheet Workers

Blowing My Own Trumpet

A guide to some of my other Roll20 creations, and where you can find them.

17
Feb
2023
Posted in Sheet Worker Guide

Getting Loopy With JavaScript

If you want to do the same thing over and over, you need a loop.

14
Feb
2023
Posted in Sheet Worker Guide

JavaScript Objects

The curious connection between getAttrs, setAttrs, and custom databases – JavaScript Object!

10
Feb
2023
Posted in Sheet Worker Guide

Arrays and Dropdowns

Create and use Arrays, which are extremely important.

03
Feb
2023
Posted in Sheet Worker Guide

What If? in Sheet Workers

How to analyse your code and manage code branching.

27
Jan
2023
Posted in Sheet Worker Guide

Arithmetic in Sheet Workers

Adding, subtracting, and other arithmetic.

24
Jan
2023
Posted in Sheet Worker Guide

Variables – How to Name Things

A guide to naming things in sheet workers.

13
Jan
2023
Posted in Sheet Author Guide Sheet Workers

Sheet Workers – Automating The Sheet

The Index of articles on how to create Sheet Workers.

09
Jan
2023
Posted in Sheet Worker Guide

Anatomy of a Sheet Worker

How to write a sheet worker, and what most sheet workers have in common.

11
Jul
2022
Posted in Meta

Divitis and Style

There’s a syndrome among webspages created by those unfamiliar with CSS. Here’s to avoid it.

07
Jul
2022
Posted in CSS Guide

Character Sheet – CSS Example

Upgrading the Castle Falkenstein sheet created in the HTML guide to use CSS.

04
Jul
2022
Posted in CSS Guide

Advanced Positioning

Understanding the position property, which can be a bit mindbinding.