Advanced Find & Replace

by rockofox
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. 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

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

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