484 B
484 B
Dashboard
TABLE dateformat(file.mtime, "dd.MM.yyyy - HH:mm")
AS "Derniers travaux en cours"
FROM ""
WHERE file.name != this.file.name
SORT file.mtime DESC LIMIT 5
Todo
TASK
WHERE !completed
WHERE contains(tags, "#todo")
GROUP BY file.folder
To Review
TASK
WHERE !completed
WHERE contains(tags, "#toreview")