
I have a website that is focussed on creating roll20 Character sheets, and I'm starting to put together a series on Repeating Sections. What do you think it should include? What question about repeating sections do you think should be answered.
Here is roughly what I plan to do so far:
- HTML: the coding in html of a repeating section layout, the three parts of a repeating section name, when you need to use them and the characetr name, how you access sections in macros.
- CSS: how to style a repeatiing section, change the layout (for example, put your section in columns without duplicating attributes), how to style the add/edit/modifiy buttons
- JavaScript: avoiding loops that contain getAttrs/setAttrs, the casing of row ids (as Scott recently pointed out)
- extras: doing clever things with duplicating a section across the sheet, filtering within a section
There's probably other things, these are just off the top of my head. What do you think I should cover?