Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit da0c121

Browse files
committed
chore: update manifest
1 parent 0303945 commit da0c121

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

manifest.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"id": "ObsidianToBookstackPlugin",
2+
"id": "obsidian-to_bookstack",
33
"name": "Obsidian to Bookstack",
44
"version": "1.0.0",
55
"minAppVersion": "0.15.0",
6-
"description": "Demonstrates some of the capabilities of the Obsidian API.",
7-
"author": "Obsidian",
8-
"authorUrl": "https://obsidian.md",
9-
"fundingUrl": "https://obsidian.md/pricing",
10-
"isDesktopOnly": false
6+
"description": "Obsidian plugin wrapper over my project obsidian_to_bookstack. Allows for easy use of the CLI tool whilst in Obsidian.",
7+
"author": "Jayden Pyles",
8+
"authorUrl": "https://github.com/jaypyles"
119
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "obsidian-sample-plugin",
2+
"name": "obsidian-to-bookstack",
33
"version": "1.0.0",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
4+
"description": "Obsidian plugin wrapper over my project obsidian_to_bookstack. Allows for easy use of the CLI tool whilst in Obsidian.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

0 commit comments

Comments
 (0)