Simon Cambier

Results 161 comments of Simon Cambier

I don't own a Mac so can't test it. Those are the related lines: https://github.com/scambier/obsidian-omnisearch/blob/d651278b43c5df46accb6ffcf7ce981fe86902e6/src/components/modals.ts#L70-L86 https://github.com/scambier/obsidian-omnisearch/blob/d651278b43c5df46accb6ffcf7ce981fe86902e6/src/components/ModalVault.svelte#L97 According to Obsidian's API, "_Mod = Cmd on MacOS and Ctrl on other OS_"

Closing this as I can't reproduce. If the problem still exists on the latest versions of Obsidian & Omnisearch, please provide the following information: - Does it happen when Omnisearch...

I've fixed a bug in the latest release that should solve your problem. Can you confirm it works?

I've recently updated the [API](https://publish.obsidian.md/omnisearch/Public+API+%26+URL+Scheme). In your example, you could get the context with `o.excerpt`. About this feature request, there's very little chance I ever implement it _but_ the API...

> Ideally, those operations has to be made non-blocking. A few of them can, but most of the freezing is caused by minisearch removing/re-adding your notes, and _that_ must be...

I'll have to take a look then. I already thought about using minisearch from a web worker. I'm not sure if that's doable, but if it is that should alleviate...

I just did a quick test and it (mostly) works for me. There just seems to be an issue that is specific with tokenization of \`inline code\`. i.e. \`foo snake_case...

Minisearch just released a new (beta) version, so I've updated [Omnisearch beta](https://github.com/scambier/obsidian-omnisearch/releases/tag/1.9.0-beta.2) to take advantage of the new features. You'll still have a freeze of a few seconds when loading...

Not sure what's causing that much writes, since it's only called once (sometimes twice, actually) during `onLayoutReady`. I removed the 2nd useless call in `1.9.0-beta.8`.

The latest beta was published on the regular channel as 1.9.0 yesterday. @wzajchow is it freezing on desktop or mobile?