From 47643cc91c5b641731169656671174aebd7c5e17 Mon Sep 17 00:00:00 2001 From: Etai Solomon Date: Wed, 13 May 2026 13:23:15 +0300 Subject: [PATCH] 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) --- README.md | 20 +++++++++----------- manifest.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9b8b223..f3fc238 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ [![CI](https://github.com/etaiso/obsidian-tag-fuzzy-find/actions/workflows/ci.yml/badge.svg)](https://github.com/etaiso/obsidian-tag-fuzzy-find/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Latest release](https://img.shields.io/github/v/release/etaiso/obsidian-tag-fuzzy-find?display_name=tag&sort=semver)](https://github.com/etaiso/obsidian-tag-fuzzy-find/releases/latest) -[![Marketplace submission](https://img.shields.io/badge/marketplace-pending%20review-blue)](https://github.com/obsidianmd/obsidian-releases/pull/12337) +[![Marketplace](https://img.shields.io/badge/marketplace-listed-success)](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. ![Tag Fuzzy Find demo](docs/assets/demo.gif) -> **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 `/.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 `/.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 diff --git a/manifest.json b/manifest.json index dfdd237..2742fad 100644 --- a/manifest.json +++ b/manifest.json @@ -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