Migration Guide
Migrating from the old addon system to the new one
Introduction
This guide will help you migrate your old addons to the new addon system.
Migration Guide
- Move addon metadata to the top of the file.
- Migrate all Elements to use
mspaint.Groupbox
For more information on how to migrate each type of element, check out the Obsidian documentation.
- Check out the API documentation to learn more about the new system.
Congratulations, you have migrated your addon to the new system!