Initial commit

This commit is contained in:
2025-09-27 16:58:33 -05:00
parent e2a64e0534
commit 30bd6dc740
5 changed files with 2629 additions and 135 deletions

View File

@@ -1,11 +1,11 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"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",
"isDesktopOnly": false
"id": "tab-pin-button",
"name": "Tab Pin Button",
"version": "0.0.1",
"minAppVersion": "1.8.0",
"description": "Adds a pin icon to each tab header and lets you autopin new tabs.",
"author": "You",
"isDesktopOnly": true,
"js": "main.js",
"css": "styles.css"
}