DataviewJS Snippet Showcase

Hello guys, this is my snippet, its finds all my tasks from my notes on my work folder.

but i like to ask you a little help, because i dont know how to order the result by file name.

If any of you could help me i will be very gratefull.

`dv.taskList(dv.pages('"Notes/Work"').file.tasks
.where(t => !t.completed))`
1 Like