v1.0.1
Fixes for Obsidian community plugin scanner compliance.
- Remove 'Obsidian' from manifest description
- Replace HTML headings with Setting.setHeading()
- Add MIT LICENSE
- Replace builtin-modules with node:module
- Use activeDocument for popout window compatibility
- Remove unnecessary type assertions
- Use Vault#configDir instead of hardcoded .obsidian
- Type loadData() result properly
- Clean up unnecessary regex escapes
- Remove unused imports
- Fix CSS text-decoration compatibility