Absolue-Necessite/Dashboard.md

433 B

banner banner_y
!Illustrations/Inspiration/campbell-white-the-great-council-copy.jpg 0.23143

Dashboard

TABLE dateformat(file.mtime, "dd.MM.yyyy - HH:mm") AS "Last modified" FROM "" SORT file.mtime DESC LIMIT 25 

Todo

TASK 
WHERE !completed
WHERE contains(tags, "#todo")
GROUP BY file.folder

To Review

TASK 
WHERE !completed
WHERE contains(tags, "#toreview")