>[!tldr]- Changelog and Roadmap > > # Changelog > ### Session Notes v1.0 > - Let's you sort spells > - Filter by level, school, damage type, and attack type > - Copy the table and paste elsewhere > # Roadmap >### Current Encounters: >- Build in spellbook - select individual spells to go into a table you can copy/paste elsewhere >- Get rid of reset bug >### Future Encounters: >- add an "add to player" button to spells and/or spellbook table >- just make it look not like garbage # Spell Sorter Here's a way to filter through all the spells in your Spells folder. Just put in what you want to see and it will drop those spells in a table for you. If you want, you can even hit a button to copy the table and paste it somewhere else in your obsidian vault. Its cool. And it's easy. >[!example]+ Spell Sorter rendered >![[spell tracker render.png]] ## Installing the Spell Sorter ### Plugins Thankfully the only plugin you need for this page is Dataview ([[Plugins#Dataview|with javascript queries enabled]]). ### Spellbook Code Just copy and paste this code into a note and make sure it points at the spells folder. It really is that easy. >[!code]- Spellbook Code >![[Extras/Toolkit/code/spell sorter|no-title]]