Advanced Find and Replace

by rockofox
5
4
3
2
1
Score: 41/100

Description

Find and replace text across your vault using regular expressions, with advanced features like capturing groups and a live preview.

Reviews

No reviews yet.

Stats

6
stars
3,587
downloads
0
forks
110
days
111
days
111
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
1
open issues
1
closed issues
32
commits

Latest Version

4 months ago

Changelog

README file from

Github

Advanced Find and Replace Plugin for Obsidian

Find and replace text across your vault using regular expressions, with advanced features like capturing groups and a live preview.

Screenshot

Features

  • Regex Pattern Matching: Use full regular expression support with flags (global, case-insensitive, etc.)
  • Live Preview: See exactly what changes will be made before applying them
  • Vault-Wide Search: Search across all markdown files in your vault simultaneously
  • Before/After Display: View the original text and replacement side by side
  • Contextual Preview: Shows surrounding lines for better understanding of changes

Installation

Installation via BRAT

  1. Install the Beta Reviewer's Auto-update Tool (BRAT) from Obsidian's Community Plugins
  2. Open BRAT settings → Add Beta Plugin → enter repository URL: https://github.com/rockofox/obsidian-advanced-find-and-replace
  3. Enable the plugin when it appears in your disabled plugins list
  4. BRAT will automatically update the plugin when new versions are released