Plugin built.

This commit is contained in:
Caleb Campbell
2024-06-28 11:41:14 +10:00
parent e60294b950
commit 0ffb5f83a1
9 changed files with 1167 additions and 137 deletions

View File

@@ -1,11 +1,11 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"id": "local-bible-ref",
"name": "Local Bible Ref",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Quickly and easily reference Bible verses stored locally in your Obsidian vault.",
"author": "calebcampbell",
"authorUrl": "https://mastodon.social/@calebcampbell",
"fundingUrl": "",
"isDesktopOnly": false
}