Initial commit!

This commit is contained in:
lishid
2020-10-25 16:55:59 -04:00
commit ed3770792a
8 changed files with 1627 additions and 0 deletions

8
manifest.json Normal file
View File

@@ -0,0 +1,8 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"isDesktopOnly": false,
"js": "main.js",
"css": "styles.css"
}