From c2f47840d7404021a744e14cc40cf27c69da024c Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:28:26 +0100 Subject: [PATCH] Improve plugin info --- manifest.json | 13 ++++++++----- package-lock.json | 4 ++-- package.json | 6 +++--- versions.json | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index a69161c..69d234f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,13 @@ { "id": "tag-index", "name": "Tag Index", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "Create a custom index of important tags with note previews", - "author": "Your Name", - "authorUrl": "https://github.com/yourusername", + "version": "0.0.1", + "minAppVersion": "1.0.0", + "description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.", + "author": "wenlzhang", + "authorUrl": "https://github.com/wenlzhang", + "fundingUrl": { + "Buy Me a Coffee": "https://ko-fi.com/f84556" + }, "isDesktopOnly": false } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f041a90..e9a0588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "plugin-template", + "name": "tag-index", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "plugin-template", + "name": "tag-index", "version": "0.0.1", "devDependencies": { "@eslint/js": "^9.16.0", diff --git a/package.json b/package.json index 445ecc1..d9b138e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-tag-index", - "version": "1.0.0", - "description": "Create a separate index of important tags for quick access in Obsidian.", + "name": "tag-index", + "version": "0.0.1", + "description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 7713ef9..c7857df 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.0.1": "0.0.1" + "0.0.1": "1.0.0" }