presciencelabs / tabitha-editor

0 stars 0 forks source link

Expand tag system #93

Closed craigp-atw closed 4 months ago

craigp-atw commented 4 months ago

Use a key/value system for tags instead of just a simple string. This prevents tags being inadvertently overwritten, breaking rules down the line.

This allowed us to move the capitalization check into the checker rules where it belongs. It also made the "X's own Y" rule work again.

Added/modified a few tests for the new tag system.