Commit graph

4 commits

Author SHA1 Message Date
ProcC99
a16e32e707 Fix settings heading again and bump minAppVersion to 1.7.2 2026-06-14 02:44:48 +02:00
ProcC99
cfed67e253 Fix 2026-06-14 02:37:41 +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
JPurple
00fcb8a6af Initial release: dict.cc sidebar plugin 2026-06-14 01:05:14 +02:00