Commit graph

2 commits

Author SHA1 Message Date
kry-kylewhittle
0e6d173e8a Fix all community plugin review issues
- Replace fetch with Obsidian requestUrl; add typed GitHub API interfaces
- Replace all `any` types and catch blocks with proper types + errorMessage helper
- Replace createEl headings with new Setting().setHeading()
- Add void operator to all async event handlers in void context
- Fix unawaited promises (revealLeaf, activateView, saveSettings)
- Replace setTimeout with window.setTimeout throughout
- Remove unnecessary type assertions (createEl already returns typed elements)
- Replace this.display() calls with targeted DOM updates via updateDetectedInfo()
- Bump minAppVersion to 1.1.3 to match APIs used
- Replace builtin-modules package with Node built-in builtinModules
- Add GitHub Actions release workflow with artifact attestations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 22:17:04 +01:00
kry-kylewhittle
a12605116c Add README, LICENSE, fix manifest id for community plugin submission
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 16:40:34 +01:00