@Kryx One thing I've been working on is giving options for those in my party who want to declutter their character sheet. I've added switches to the 'options' tab which allow you to optionally hide certain elements. I'm not sure if this is suitable for the upstream sheet at all, but figured I'd share in case it may be. The settings added: And the result for that player's spell sheet: (target/aoe textarea size changes unrelated) And what it looked liked originally: This really helps to optionally declutter a lot of stuff that either isn't applicable to a class (such as sorc points), is only needed when making changes (such as the Description toggle button), or is unhelpful for specific circumstances (players with few spells get little benefit from the spell filter buttons). As far as implementation, I've added hidden checkboxes to the 'flags' template. The same checkboxes are then re-represented on the Settings tab. Toggling the checkbox off/on will cause the roll20 stuff to also toggle the hidden checkbox. This allows me CSS selection control over the sheet from within the Settings tab. Link to the changes is below. If you think this may be suitable for the main sheet, lemme know and I'll toss a PR your way. <a href="https://github.com/alienth/roll20-character-sheets/commit/4e2cd65f2e6a86ca72b8f7ad88c5a94d401e4c6d" rel="nofollow">https://github.com/alienth/roll20-character-sheets/commit/4e2cd65f2e6a86ca72b8f7ad88c5a94d401e4c6d</a> Cheers!