iPadOS user here. I don’t use anything else but Obsidian on my device anymore. I don’t use text editors (Taio, MWeb, Textastic) or search apps (Samurai Search, ripgrep with a jailbroken shortcut solution or in-built Spotlight) anymore. Never used Apple Notes too much either. It’s a matter of preference and living with what you chose.
Obsidian needs to be open to search and edit. Obsidian search is powerful, especially with regular expressions or with its built-in syntax.
With tag:#dg_uploaded -tag:#englishtexttranslated /^.*(\b(that|the|he|she|was|were|have|are|they|with|this|or|not|but|from|by|if|how|where|when|why|of)\b)[^áéíóöőúüű].*/ query, I can search for notes which have English text that were published but not yet translated (I write bilingually but cannot expect all my readers to handle English). Of course this query expects a certain tagging convention of my own.
You cannot use such a powerful query in Spotlight. But one needs to put in the time to learn about the innate power of Obsidian.
I hear you! I miss good fast fuzzy search from anywhere. Or even from a specific place.
Obsidian isn’t designed to open files. It acts on a vault as a collection of files. So a solution directly in Spotlight isn’t going to work. There are open feature requests to open Markdown files. (And one more reason not to open a “meta” thread, and just support these threads.)
In Obsidian, there are some community plugins around fuzzy searching, but they don’t feel as blazingly fast, or easy-to-read as a fzf (fuzzy search finder) in Vim, for example. (There might be some plugins I’m missing out on.)
I’ve been thinking of figuring out a workflow (if someone hasn’t already solved this) of using an external tool like Alfred Workflows. To do something like this:
a) Start an Alfred search
b) Trigger a fuzzy command-line search using fzf or some other fast command line tool, in my Obsidian path.
c) If it finds it, parse an Obsidian URL and launch that to open that note.
I don’t really know if that would help jump straight to the fuzzy content that I searched. It might take a more integrated plugin in Obsidian. Or maybe it would be possible to launch a javascript function or macro in Obsidian to finish the last step.