alberti42_obsidian-plugins-.../src
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
..
types fix: support Obsidian 1.13 community plugins tab redesign 2026-07-10 10:34:49 +02:00
annotation_control.ts Merge branch 'main' into testing_annotation_control 2026-01-24 20:57:13 +01:00
defaults.ts New version 1.7.0 2024-08-25 19:04:45 +02:00
defaults_legacy.ts New version 1.7.0 2024-08-25 19:04:45 +02:00
grammar.pegjs small fix 2024-08-19 22:43:19 +02:00
graphics.ts Small changes 2024-08-26 10:42:06 +02:00
main.ts fix: support Obsidian 1.13 community plugins tab redesign 2026-07-10 10:34:49 +02:00
manageAnnotations.ts Detect changes to data.json made from synchronization engine or any external editor. 2024-10-20 14:12:05 +02:00
peggy.mjs Fixed bug where buttons resetting to default conditions did not properly save the new setting. 2024-08-20 01:08:47 +02:00
settings_tab.ts Improved visualization preference pane 2024-10-20 16:15:06 +02:00
types.ts New version 1.7.0 2024-08-25 19:04:45 +02:00
types_legacy.ts New version 1.7.0 2024-08-25 19:04:45 +02:00
utils.ts Detect changes to data.json made from synchronization engine or any external editor. 2024-10-20 14:12:05 +02:00