mirror of
https://github.com/wenlzhang/obsidian-tag-index.git
synced 2026-07-22 05:44:03 +00:00
Improve plugin info
This commit is contained in:
parent
fdee3c84ed
commit
c2f47840d7
4 changed files with 14 additions and 11 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.0.1": "0.0.1"
|
||||
"0.0.1": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue