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.

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

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