Initial commit
This commit is contained in:
@@ -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 auto‑pin new tabs.",
|
||||
"author": "You",
|
||||
"isDesktopOnly": true,
|
||||
"js": "main.js",
|
||||
"css": "styles.css"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user