The Regex Find and Replace plugin is a powerful tool for Obsidian users who need to perform advanced text searches and replacements. With this plugin, you can use regular expressions to find and replace specific patterns in your notes, making it easy to standardize formatting, extract data, and more. The plugin provides a user-friendly interface that allows you to easily construct and test your regex patterns, ensuring that you get the desired results. Whether you're a power user or just looking for a way to streamline your note-taking workflow, this plugin is sure to be a valuable addition to your Obsidian toolkit.
Changes in this Release
- Option to interpret
\n
in repleace field to insert line-break accordingly - Option to pre-fill the find-field with the selected word or phrase
- Used regex-modifier flags are shown in the dialog
- If nothing is selected, the "replace only in selection" option is not shown in the dialog
Full Changelog: https://github.com/Gru80/obsidian-regex-replace/compare/1.1.0…1.2.0
Installation Instructions
To manually install this plugin, download obsidian-timestamper.zip
into the plugins
-directory of your Obsidian vault (usually YourVault/.obsidian/plugins
) and unzip it there.