Commit graph

3 commits

Author SHA1 Message Date
ProcC99
dfc63f1f1e Update TypeScript dependency for CI 2026-06-14 02:21:51 +02:00
ProcC99
e5ce6c23ba fix: address automated plugin review warnings and errors
- Add descriptive reason to `no-eval` eslint directive
- Use standard `Setting().setHeading()` for UI consistency
- Bump `minAppVersion` to `1.4.0` to support newer APIs (`revealLeaf`, `editor-menu`)
- Preserve workspace layout by not detaching leaves on plugin unload
- Replace deprecated `fetch` with Obsidian's `requestUrl`
- Remove unnecessary regex escapes
- Fix unsafe `any` assignments and update event registration typings
- Update `document` to `activeDocument` for popout window compatibility
- Ensure Promises are properly awaited or caught
- Remove deprecated `setDynamicTooltip` call
- Replace `builtin-modules` package with native `module.builtinModules`
- Add MIT License
2026-06-14 01:55:25 +02:00
ProcC99
addf9c91a1 Add package-lock for CI 2026-06-14 01:31:41 +02:00