Example View working

This commit is contained in:
Leoh 2021-10-03 18:10:16 +05:30
parent c228a70223
commit b2d4fecec3
6 changed files with 111 additions and 116 deletions

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-sample-plugin",
"name": "Sample Plugin",
"version": "1.0.1",
"id": "test-plugin",
"name": "Test Plugin",
"version": "0.0.1",
"minAppVersion": "0.9.12",
"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/about",
"author": "Leoh",
"authorUrl": "",
"isDesktopOnly": false
}