faire bindthem

This commit is contained in:
2026-02-24 14:57:44 -05:00
parent dc2fa22c4d
commit bfa95bb700
6 changed files with 647 additions and 161 deletions

View File

@@ -1,11 +1,9 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"id": "bindthem",
"name": "BindThem",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "A merged plugin combining obsidian-tweaks, obsidian-editor-shortcuts, and heading-toggler functionalities.",
"author": "Merged Plugin",
"isDesktopOnly": false
}
}