Hey folks, As a caster in D&D I have way too many spells to keep track of. Often it would be extremely helpful if I had filters/generic search capabilities for my spellbook. For example, I'd like to be able to search for a spell based on a partial name or description. Other times I'm looking for a spell that uses an attack roll; or perhaps a spell that doesn't use a wisdom save. Having filters like this can make combat go much faster. I looked at modifying the existing DnD 5e character sheet to provide this functionality, but found that I could not do this without changes to the underlaying sheet infrastructure. It would be nice to be able to apply a javascript filter across all spell data, then present the standard spell template for each result passing the filter/search. As far as I can tell direct javascript access is not possible in the sheet, and further the way that spells are currently stored in the sheet makes it hard to apply the filter easily. Am I missing something or is this just not possible with the current architecture? -- Casey