Improve plugin info

This commit is contained in:
wz 2025-03-24 13:28:26 +01:00
parent fdee3c84ed
commit c2f47840d7
4 changed files with 14 additions and 11 deletions

View file

@ -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
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -1,3 +1,3 @@
{
"0.0.1": "0.0.1"
"0.0.1": "1.0.0"
}