dy-sh20k downloadsFind what you are looking for in the selected text and replace it with the specified text.
This plugin for Obsidian adds a "Find and replace in selection" command. This command performs a search in the selected text, and all found characters/words/text constructions will be replaced with others. The plugin can search for plain text or regular expressions.
Assign a hotkey to "Find and replace in selection" command.
Remove bold highlighting from all text:
Replace all H2 headers with H3 headers:
If you want to make all H1 become H2, all H2 become H3, H3 become H4, then you need to start with H3, then H2, then H1.
Remove all display text from embed links:
(?<!\\)\!\[(.*?)(?<!\\)\]\((.*?)(?<!\\)\)""As result, this:

will become:
