Most of this series is about how to use Handelbars to build your HTML file. This can streamline your code writing, and has a huge advantage that you can mix and match handlebars with raw HTML, so you can start building your sheet before you know anything about Handlebars and just add it as you learn. This fits the learn-as-you-go philosophy of Roll20 very well.
- What Is Character Sheet Templating?An introduction into the different types of templating you can use to streamline writing a character sheet.
- The Case Against Pug (and Sheet Templating generally)The biggest problem with sheet templating (and with PUG).
- Setting Up The Handlebars Character Sheet GeneratorHow to set up for the Handlebars tool by Primal Zed
- Basic Templating with HandlebarsHow to write a character sheet using Handlebars - at least the basic parts.
- Handlebars Templating: Things Get ComplexBuilding an example list of Stats and Skills
- Handlebars Templating: What are Helpers?Helpers add a lot of power to Handlebars - but they aren't easy to use.
- Handlebars Templating: When You Want to Stop HandlebarsA reference for many uses of Handlebars
- Handlebars Templating: Nesting in All Its FormsAn even more complex use of Handlebars
- Handlebars Templating: Handling Generator ErrorsThere's a really big advantage from using the Handlebars Tool, but also it has an idiosyncracy or two.
- Handlebars Templating: HelpersWhat are Helpers and How To use Them.
- Handlebars Templating: PartialsPartials are little templates within templates.