Replace All

by Patrick Chiang
5
4
3
2
1
Score: 32/100

Description

The Replace All plugin enhances text replacement capabilities within Obsidian by adding a powerful find-and-replace-all functionality. Users can quickly search for specific terms within their notes and replace them in bulk, streamlining content editing and management. The plugin integrates seamlessly into Obsidian's core file functionality, making it intuitive to use without disrupting the workflow. Additionally, it provides an undo feature to revert bulk replacements, ensuring safe content modifications.

Reviews

No reviews yet.

Stats

12
stars
2,920
downloads
0
forks
565
days
573
days
573
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
3
total issues
3
open issues
0
closed issues
8
commits

Latest Version

2 years ago

Changelog

README file from

Github

Obsidian Replace All

Replace All is an Obsidian plugin that injects replace all functionality directly into the core file plugin.

Replace All

Usage

  1. Use the built-in Obsidian find to find instances to replace.
  2. Enter the replacement string in the input box.
  3. Press Enter.

Undo replace all: Use the command palette (Ctrl+P or Cmd+P) and search for "Undo replace all" to undo all changes applied by the previous replacement.

Installing

  1. Install the Plugin:
    • (Recommended) If installing through Obsidian, go to Settings > Community plugins > Browse and search for "Replace All".
    • If downloading manually, place the plugin files in your Obsidian plugins folder.
  2. Enable the Plugin: Go to Settings > Community plugins, find "Replace All" and toggle it on.

Development

If you want to contribute or modify the plugin, follow these steps:

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.
  • Feel free to file a pull request with any improvements.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.