This commit is contained in:
Pallab91 2025-02-28 01:26:49 +05:30
parent a2fbc15948
commit 0658716e0d
1 changed files with 6 additions and 9 deletions

View File

@ -1,11 +1,8 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"id": "github-sync",
"name": "GitHub Sync",
"author": "Pallab Mukherjee",
"description": "Sync your notes with GitHub using API-based commits and pulls.",
"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
"minAppVersion": "1.0.0"
}