2020-10-25 21:55:59 +01:00
|
|
|
{
|
|
|
|
|
"id": "obsidian-sample-plugin",
|
|
|
|
|
"name": "Sample Plugin",
|
2020-10-29 00:20:59 +01:00
|
|
|
"version": "1.0.0",
|
2020-10-29 02:33:07 +01:00
|
|
|
"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",
|
2020-10-29 00:20:59 +01:00
|
|
|
"isDesktopOnly": false
|
2020-10-25 21:55:59 +01:00
|
|
|
}
|