DataviewJS Snippet Showcase

for some reason, where does not seem to work anymore, but the equivalent filter does:

dv.taskList(dv.current().file.tasks.filter(t => !t.completed));
2 Likes