nyable7k downloadsA search bar that supports search, replace, regular expressions, and case sensitivity.
This plugin for Obsidian(https://obsidian.md).
Provides a search/replace window similar to VSCode in editing mode.
Note: The Obsidian API is still in early alpha and is subject to change at any time!
Search or replace the text of the current MarkDown file in editor mode.

Obsidian42 - BRAT: Add a beta plugin for testingnpm i or yarn to install dependenciesnpm run build to build file in ./dist.main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/text-finder/.main.js, styles.css, manifest.json in the latest releasemain.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/text-finder/.Use CSS snippets or Style Settings Plugin to customize styles.
Example Style Settings configuration file.
Here are some CSS snippets examples.
.nya-text-finder-match {
border-radius: 2px;
box-shadow: 0 0 0 1px rgb(60, 115, 75);
background-color: inherit;
color: inherit;
}
.nya-text-finder-match-current {
box-shadow: 0 0 0 1px rgb(187, 187, 187);
background-color: rgba(255, 170, 0, 0.8);
color: black;
}
Top Left
.nya-finder {
right: unset !important;
left: 376px;
}
Bottom Right
.nya-finder {
top: unset !important;
bottom: 72px;
}
Bottom Left
.nya-finder {
top: unset !important;
right: unset !important;
left: 376px;
bottom: 72px;
}
body {
--nya-focus-border-color: #39c5bb;
}
.nya-toggle {
border-left: 3px solid red !important;
}