Compact list of tasks and projects with dataviewjs

The following formula will show all unfinished tasks from a given tag in a compact list, as shown below.

dv.taskList(dv.pages("#project").file.tasks.where(t => !t.completed),false);

Screenshot 2022-08-30 at 16.51.46

The first task is from the page named “project 1”, and the second is from the page “project 2”.

Is there a way to also display a linked filename at the start or end of the given task in the list?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.