Eric Lowry62 downloadsPreconfigure custom search and replace actions using plain text or regex to quickly modify selections or documents.
An Obsidian plugin that lets you preconfigure custom search and replace actions using plain text or regex to quickly modify selections or documents.
Whether you need to quickly clean up messy OCR text, standardize markdown formatting, or chain complex regex replacements, this plugin lets you save those sequences as single-click actions.
Ctrl+Z undoes the entire operation.$1, $2) in your replacement strings.i (case-insensitive) or m (multiline) to your regex rules.\n (newlines) and \t (tabs) in plaintext mode.Ctrl/Cmd + P), or add them to the right-click Editor Context Menu.Ctrl/Cmd + P), type your action's name, and hit Enter.Ctrl/Cmd + Z once to undo the entire action instantly.To install the plugin manually from GitHub:
main.js, manifest.json, and styles.css to your vault at YourVaultFolder/.obsidian/plugins/replace-commands/.Contributions are welcome! Please see CONTRIBUTING.md for details on how to set up the development environment and the contribution guidelines.