Simon Cambier

Results 28 issues of Simon Cambier

**Problem description:** A newly created dashboard can't be find with its filename only **Your environment:** - Omnisearch version: 1.17.1 - Obsidian version: latest - Operating system: win10 - Number of...

Currently, In-File search is disabled for PDFs. Omnisearch can locate those files, but not open them at the correct position.

enhancement

**Is your feature request related to a problem? Please describe.** I often decorate my notes with a `keywords:` yaml field. I'd like Omnisearch to boost results when my query matches...

enhancement
high value

This is an implementation of the 3-shears rotation algorithm. The idea is succinctly explained [here](https://cohost.org/tomforsyth/post/891823-rotation-with-three), and I based my implementation on this [Medium post](https://gautamnagrawal.medium.com/rotating-image-by-any-angle-shear-transformation-using-only-numpy-d28d16eb5076). Differences with the fastRot implementation: -...

I'm using `a_star_search()` to dig corridors between rooms, and set the cost of each tile between `1.0` and `100.0` (the external walls are `f32::MAX`). I noticed the function often fails...

I'm using pixels for my own project, with the minimal-web example as a base. It works quite well, and I'm having fun with it :) I've been trying to integrate...

question

Hello, I'm having issues when I try to `compile!()` my GameLisp code. The compilation is fine, but once I execute the resulting binary, there's the following error: ``` unhandled error...

### Discussed in https://github.com/scambier/obsidian-omnisearch/discussions/355 Originally posted by **judisohn** March 23, 2024 I'm typically using Omnisearch from my Daily Note which is in a dedicated folder. When I create new notes...

As of today, using the `export` command to distribute a game a) downloads a binary from tic80.com, and b) uses custom binaries for each scripting language (assuming `alone=1`). So if...

It would be nice to have commands to trigger screenshots and start/stop gif recording directly from code. This would be a useful feature, for example, to get perfectly timed screenshots...

discussion
wish list