alberti42_obsidian-plugins-.../manifest.json
Andrea Alberti 4c77b281b6
fix: support Obsidian 1.13 community plugins tab redesign
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.
2026-07-10 10:34:49 +02:00

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
}