Re-activate tags and Tag Wrangler
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
"calendar",
|
"calendar",
|
||||||
"multi-vault-links",
|
"multi-vault-links",
|
||||||
"typewriter-mode",
|
"typewriter-mode",
|
||||||
"obsidian-vimrc-support"
|
"obsidian-vimrc-support",
|
||||||
|
"tag-wrangler"
|
||||||
]
|
]
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"backlink": true,
|
"backlink": true,
|
||||||
"canvas": true,
|
"canvas": true,
|
||||||
"outgoing-link": true,
|
"outgoing-link": true,
|
||||||
"tag-pane": false,
|
"tag-pane": true,
|
||||||
"footnotes": false,
|
"footnotes": false,
|
||||||
"properties": false,
|
"properties": false,
|
||||||
"page-preview": true,
|
"page-preview": true,
|
||||||
|
|||||||
165
plugins/tag-wrangler/main.js
Normal file
165
plugins/tag-wrangler/main.js
Normal file
File diff suppressed because one or more lines are too long
11
plugins/tag-wrangler/manifest.json
Normal file
11
plugins/tag-wrangler/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "tag-wrangler",
|
||||||
|
"name": "Tag Wrangler",
|
||||||
|
"author": "PJ Eby",
|
||||||
|
"authorUrl": "https://github.com/pjeby",
|
||||||
|
"version": "0.6.4",
|
||||||
|
"minAppVersion": "1.5.8",
|
||||||
|
"description": "Rename, merge, toggle, and search tags from the tags view",
|
||||||
|
"fundingUrl": "https://dirtsimple.org/tips/tag-wrangler",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user