This commit is contained in:
chris
2022-05-23 14:48:27 +08:00
parent 3188d73c91
commit 4f52d5b3d5
4 changed files with 555 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.1",
"minAppVersion": "0.12.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",
"id": "obsidian-to-notion",
"name": "Obsidian shared to Notion",
"version": "0.0.1",
"minAppVersion": "0.0.1",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
"author": "Easychris",
"authorUrl": "https://github.com/EasyChris/obsidian-to-notion",
"isDesktopOnly": false
}