Move to subproject

This commit is contained in:
Andras Schmelczer 2024-11-02 10:29:27 +00:00
parent 94616205c8
commit 39bb81c553
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
17 changed files with 2480 additions and 91 deletions

11
plugin/manifest.json Normal file
View file

@ -0,0 +1,11 @@
{
"id": "sample-plugin",
"name": "Sync & Share",
"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
}