Simon Cambier
Simon Cambier
Great! The aggregation is done at the last moment, right before the results are displayed here: https://github.com/scambier/obsidian-omnisearch/blob/e59f252cb4e175c259c3e86976838587632cfe50/src/components/ModalInFile.svelte#L64-L71 https://github.com/scambier/obsidian-omnisearch/blob/e59f252cb4e175c259c3e86976838587632cfe50/src/components/ModalInFile.svelte#L155-L174 Matches are aggregated on the same result when they're fewer than 300...
1) Yup, seems like the correct behavior 2) The split logic here is a remnant of a removed feature: Omnisearch could index non-created files (that only "exist" as links), hence...
I published [1.22.0-beta.2](https://github.com/scambier/obsidian-omnisearch/releases/tag/1.22.0-beta.2). Urls are now considered whole tokens so that should greatly improve results. I also reworked the highlighting a bit.
There's no api to insert blockIds, but it's doable by hand. > See here for an example. (the parameter `sec` is the `SectionCache` of the block that you want to...
Neat :) > I can show a few examples over time if you want me to. If you happen to have a minimal reproducible example (a note + a search...
Hello, due to #363, I've gated this feature behind an opt-in setting in the Behavior section
Thanks for your feedback o/
Relevant: - #123 asks to add recency in the weight calculation, but I have no idea how to do that (not technically but what kind of formula to apply). I'm...
> Because if the search result is in the current file, simply jumping to the cursor position should be a good default behavior. Though I agree with you and actually...
Ok I misunderstood your request. So what you want is either switch to an existing note if it's already open, _or_ open a new tab.