Fix community plugin review: API compatibility, lint warnings, and bump to v0.1.3
- Bump minAppVersion to 1.13.1 to match installed obsidian package and clear no-unsupported-api errors
- Replace builtin-modules npm package with node:module builtinModules
- Fix Promise-in-void-context warnings: ProfileSuggester callback type, settings-tab event handlers, main.ts onunload
- Use app.vault.configDir instead of hardcoded .obsidian path
- Replace TFile cast with instanceof guard in conflict.ts
- Use window.setTimeout for popout window compatibility
- Use fileManager.trashFile() instead of vault.delete() to respect user preference
- Remove unnecessary TFile cast in context-menu.ts
- Remove deprecated setDynamicTooltip() call
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Full Changelog: 0.1.2...0.1.3