mirror of
https://github.com/etaiso/obsidian-tag-fuzzy-find.git
synced 2026-07-22 06:53:02 +00:00
docs: sharpen marketplace description; clean up stale "pending review" content
- manifest.json description now leads with the action ("Fuzzy-find a
tag, then a note tagged with it") and mentions the Quick Switcher
framing. Three natural occurrences of tag/tagged for marketplace
search relevance vs. the previous single occurrence.
- README opener reframes the plugin against the existing tag-plugin
neighborhood ("Built for navigation, not tag management") so users
arriving from a "tag" search understand the differentiation vs.
Tag Wrangler / Tag Tactician without trash-talking them.
- Removed the "pending review" status badge and callout (plugin is
live at community.obsidian.md/plugins/tag-fuzzy-find) and reordered
the install section so Community Plugins is the primary path and
manual install is the fallback.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
eccf32ca9b
commit
47643cc91c
2 changed files with 10 additions and 12 deletions
20
README.md
20
README.md
|
|
@ -3,14 +3,12 @@
|
|||
[](https://github.com/etaiso/obsidian-tag-fuzzy-find/actions/workflows/ci.yml)
|
||||
[](LICENSE)
|
||||
[](https://github.com/etaiso/obsidian-tag-fuzzy-find/releases/latest)
|
||||
[](https://github.com/obsidianmd/obsidian-releases/pull/12337)
|
||||
[](https://community.obsidian.md/plugins/tag-fuzzy-find)
|
||||
|
||||
A Quick Switcher for tags. Fuzzy-find any tag in your vault, then jump straight to a note that uses it — without leaving the keyboard.
|
||||
A keyboard-first Quick Switcher for tags. Fuzzy-find any tag in your vault, then jump straight to a note that uses it. Built for navigation, not tag management — if you've ever wished `Cmd+O` could search tags as well as files, this fills that gap.
|
||||
|
||||

|
||||
|
||||
> **Status:** the plugin is awaiting Obsidian Community Plugins marketplace review (tracking [PR #12337](https://github.com/obsidianmd/obsidian-releases/pull/12337)). Until it lands there, install manually via the [latest release](https://github.com/etaiso/obsidian-tag-fuzzy-find/releases/latest) — see Installation below.
|
||||
|
||||
## What it does
|
||||
|
||||
Obsidian's built-in Quick Switcher finds files and headings, but there's no first-class way to find a *tag*. Tag Fuzzy Find fills that gap:
|
||||
|
|
@ -32,20 +30,20 @@ It honors Obsidian's nested-tag semantics: choosing `#project` surfaces notes ta
|
|||
|
||||
## Installation
|
||||
|
||||
### Manual (until merged into the Community Plugins marketplace)
|
||||
### Via Community Plugins (recommended)
|
||||
|
||||
1. Download `main.js` and `manifest.json` from the [latest release](https://github.com/etaiso/obsidian-tag-fuzzy-find/releases).
|
||||
2. Create the folder `<your-vault>/.obsidian/plugins/obsidian-tag-fuzzy-find/`.
|
||||
3. Copy `main.js` and `manifest.json` into it.
|
||||
4. In Obsidian: Settings → Community plugins → turn off Restricted Mode → enable **Tag Fuzzy Find**.
|
||||
Settings → Community plugins → Browse → search **Tag Fuzzy Find** → Install → Enable.
|
||||
|
||||
### Via [BRAT](https://github.com/TfTHacker/obsidian42-brat)
|
||||
|
||||
Add the repo URL `etaiso/obsidian-tag-fuzzy-find` in BRAT and it will install the latest release.
|
||||
|
||||
### Via Community Plugins
|
||||
### Manual
|
||||
|
||||
Once approved, search for **Tag Fuzzy Find** in Settings → Community plugins → Browse.
|
||||
1. Download `main.js` and `manifest.json` from the [latest release](https://github.com/etaiso/obsidian-tag-fuzzy-find/releases).
|
||||
2. Create the folder `<your-vault>/.obsidian/plugins/obsidian-tag-fuzzy-find/`.
|
||||
3. Copy `main.js` and `manifest.json` into it.
|
||||
4. In Obsidian: Settings → Community plugins → turn off Restricted Mode → enable **Tag Fuzzy Find**.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Tag Fuzzy Find",
|
||||
"version": "0.1.4",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Quickly find a tag in your vault, then jump to a note that uses it.",
|
||||
"description": "Fuzzy-find a tag, then a note tagged with it. Quick Switcher-style, keyboard-only.",
|
||||
"author": "Etai Solomon",
|
||||
"authorUrl": "https://github.com/etaiso",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue