dv.taskList(dv.pages('!"diary" and !"template"') .file.tasks .filter(t=>!t.completed) .map(t => { t.children = []; t.parent = 0; return t; }))
関連