Adds a new object to the plugin meta: utils. This way meta doesn't need to grow out of control and we can more neatly let utils grow as much as it needs to adding helper functions for plugin devs.
This also adds the first layer of generalized utils stemming from #535: cursors.
Checklist
[ ] Updated Settings section in README.md, if settings are affected
Changes
Tests incoming.
Adds a new object to the plugin meta:
utils
. This way meta doesn't need to grow out of control and we can more neatly letutils
grow as much as it needs to adding helper functions for plugin devs.This also adds the first layer of generalized utils stemming from #535: cursors.
Checklist