Daniel Michel

Results 8 comments of Daniel Michel

I guess since, as discussed in the other issue #824, the behavior of the query should not change. It might actually be a solution to mention that sync mode has...

I am almost done now. I striked through one of the points in the original post because I think it would make more sense to take a look at it...

I noticed that my previous commit [Prevent key events from propagating outside of modals](https://github.com/silverbulletmd/silverbullet/pull/840/commits/f14373c15e3e1737b6208938c75d47392aa989ee) prevented navigating through the results with the arrow keys. I change the [mini editor to add...

I noticed that the index clamping when using page down was the wrong way around, but that seems to have been already wrong before. That fixed it for me using...

I just tried to create a function for displaying a relative time and noticed the issue that I cannot use `Intl.RelativeTimeFormat`. It looks like the Intl exported from js-temporal/polyfill exports...

Here is a potential solution as space script. ```space-script silverbullet.registerCommand({name: "List Pages Tagged With"}, async () => { const allTags = await syscall( "system.invokeFunction", "index.queryObjects", "tag", { filter: ["!=", ["attr",...

This is fixed by e293525. The [Space Script](https://silverbullet.md/Space%20Script) page now links to the documentation on [jsr.io](https://jsr.io/@silverbulletmd/silverbullet/doc/syscalls/~).