scaffolding

This commit is contained in:
mProjectsCode 2022-05-04 17:45:42 +02:00
parent 2ed775bdd4
commit ddcc767573
13 changed files with 3717 additions and 151 deletions

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.1",
"id": "obsidian-media-db-plugin",
"name": "Media DB Plugin",
"version": "0.1.0",
"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",
"description": "Coming soon TM",
"author": "Moritz Jung",
"authorUrl": "https://mprojectscode.github.io/",
"isDesktopOnly": false
}