search_and_replace
Search for text across files in your Obsidian vault and replace matches with new content, using literal or regex patterns.
Instructions
Find and replace text across the vault (or a single file). Supports literal or regex patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| isRegex | No | ||
| pattern | Yes | ||
| replacement | Yes |