This is a blank Quartz installation. See the documentation for how to get started.
calendar file.ctime
from "content"
list
from "content"
where contains(tags, "daily")
table title, file.ctime as "created_time"
from "content"
where contains(tags, "daily")
task
from "content"
where contains(author, "lgf")