This commit is contained in:
parent
a2fbc15948
commit
0658716e0d
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
"id": "sample-plugin",
|
"id": "github-sync",
|
||||||
"name": "Sample Plugin",
|
"name": "GitHub Sync",
|
||||||
"version": "1.0.0",
|
"author": "Pallab Mukherjee",
|
||||||
"minAppVersion": "0.15.0",
|
"description": "Sync your notes with GitHub using API-based commits and pulls.",
|
||||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
"version": "1.0.0",
|
||||||
"author": "Obsidian",
|
"minAppVersion": "1.0.0"
|
||||||
"authorUrl": "https://obsidian.md",
|
|
||||||
"fundingUrl": "https://obsidian.md/pricing",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue