mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 05:11:57 +00:00
Obsidian 1.13.0 rewrote the community-plugins settings tab: the plugin list is now a declarative schema, renderInstalledPlugin's signature is (setting, manifest), the installedPlugins container and its .installed-plugins-container class are gone (list is now .setting-group.mod-list), the name element gained version/author spans, and the render() method was removed. Retarget the monkey-patch at the new API: take settingEl and the plugin id straight from the render arguments, place the lock icon in the installed-plugins group heading, and fix the bulk re-scan and theme-observer selectors. Raise minAppVersion to 1.13.0 accordingly; older Obsidian keeps being offered 1.7.11 via versions.json. |
||
|---|---|---|
| .. | ||
| types | ||
| annotation_control.ts | ||
| defaults.ts | ||
| defaults_legacy.ts | ||
| grammar.pegjs | ||
| graphics.ts | ||
| main.ts | ||
| manageAnnotations.ts | ||
| peggy.mjs | ||
| settings_tab.ts | ||
| types.ts | ||
| types_legacy.ts | ||
| utils.ts | ||