Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

API for Custom Sheet Design

Is there a comprehensive API for the HTML and CSS allowed on custom character sheets?  Often I find that improvements to my custom sheets can not be completed due to limitations imposed by Roll20.  One example is REGEX in text input fields. Also, I'm currently looking for a means to implement a spreadsheet like control in my custom character sheets that would allow players to keep track of in game spending and carried equipment.
1544154921

Edited 1544155110
GiGs
Pro
Sheet Author
API Scripter
The wiki has a lot of information, but I doubt its complete. <a href="https://wiki.roll20.net/Main_Page" rel="nofollow">https://wiki.roll20.net/Main_Page</a> The only way to do a spreadsheet-like control is through Sheet Workers (javascript). You will also find the sumRepeating script handy, for being able to sum up cells in a repeating section.