Queries not evaluating, LUA error

I’ve started using silverbullet yesterday, and am currently in the process of setting everything up for my way of working. I like the simplicity that was used with LUA.

I have trouble executing queries, though. E.g. taking this query from the docs:

${query[[from n = {1, 2, 3} order by n desc]]}

renders to Lua error: attempting to call nil as a function

Is there something I’m doing wrong, or broken with my installation?

I’ve setup silverbullet on a windows machine using Docker.

1 Like

To use Lua right now you realistically need to run the edge builds, are you doing that? Living on the edge (builds)

1 Like

awesome, this did the trick - thanks for the prompt response :+1:

1 Like