Initial commit

This commit is contained in:
2023-01-12 10:49:27 +03:00
committed by GitHub
commit 8d2f59c82b
14 changed files with 417 additions and 0 deletions

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
}