silverbullet icon indicating copy to clipboard operation
silverbullet copied to clipboard

Silverbullet does not refresh page when query changes

Open conrad82 opened this issue 1 year ago • 0 comments

I have a screen in my hallway, and I wanted to add a silverbullet page with queries for todos and shopping.

But it does not auto-update 😥 When i write something on the page, it updates immediately, but when the query result changes it does not.

Is it possible to add refresh on query changes?

example code:

wall.md

\```query
task
where done = false
where "next" in tags
render [[template/large_list]]
\```
\```query
task
where done = false
where page =~ /shopping\//
or page =~ /Recipes\//
render [[template/large_list]]
\```

conrad82 avatar Dec 26 '23 13:12 conrad82