Find N Replace
Description
Vault-wide search and replace for Obsidian with regex support, multi-selection, and file filtering.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Find-n-Replace
Vault-wide search and replace for Obsidian with regex support, multi-selection, and file filtering.

[!CAUTION] This plugin modifies vault files directly. Maintain backups before bulk replacements.
Features
- Search all text files (md, txt, js, css, json, etc.)
- Regex with capture groups (
$1,$2,$&) - Multiline patterns across lines
- Case-sensitive and whole-word matching
- Multi-select matches with Ctrl/Cmd+click
- File filtering by extension, folder, or glob pattern
- Search history with ↑↓ navigation
- Click results to jump to location
Installation
[Install from community.obsidian.md](https://community.obsidian.md/plugins/find-n-replace)
From Obsidian's settings or preferences:
- Community Plugins > Browse
- Search for "Find-n-Replace"
Manually:
- download the latest release archive
- uncompress the downloaded archive
- move the
find-n-replacefolder to/path/to/vault/.obsidian/plugins/ - Settings > Community plugins > reload Installed plugins
- enable plugin
or:
- download
main.js,manifest.json&styles.cssfrom the latest release - create a new folder
/path/to/vault/.obsidian/plugins/find-n-replace - move all 3 files to
/path/to/vault/.obsidian/plugins/find-n-replace - Settings > Community plugins > reload Installed plugins
- enable plugin
Usage
- Open via Command Palette:
Find-n-Replace: Open - Enter search term (results appear as you type)
- Optional: Click filter icon to limit by file type or folder
- Enter replacement text
- Replace individual matches, selected matches, or all
**Search options:** Match Case, Whole Word, Regex, Multiline
**Selection:** Ctrl/Cmd+click to multi-select, Escape to clear
Examples
| Search | Replace | Result |
|---|---|---|
| `TOD |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11