mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +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.
11 lines
No EOL
360 B
JSON
11 lines
No EOL
360 B
JSON
{
|
|
"id": "plugins-annotations",
|
|
"name": "Plugins Annotations",
|
|
"version": "1.7.11",
|
|
"minAppVersion": "1.13.0",
|
|
"description": "Allows adding personal comments to each installed plugin.",
|
|
"author": "Andrea Alberti",
|
|
"authorUrl": "https://www.linkedin.com/in/dr-andrea-alberti/",
|
|
"fundingUrl": "https://buymeacoffee.com/alberti",
|
|
"isDesktopOnly": false
|
|
} |