Re-activate tags and Tag Wrangler

This commit is contained in:
2026-07-26 22:58:47 -04:00
parent 6f8dbe4150
commit 891a7bf909
4 changed files with 179 additions and 2 deletions

View File

@@ -4,5 +4,6 @@
"calendar",
"multi-vault-links",
"typewriter-mode",
"obsidian-vimrc-support"
"obsidian-vimrc-support",
"tag-wrangler"
]

View File

@@ -6,7 +6,7 @@
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": false,
"tag-pane": true,
"footnotes": false,
"properties": false,
"page-preview": true,

File diff suppressed because one or more lines are too long

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