Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 254 Bytes

Updates.md

File metadata and controls

15 lines (13 loc) · 254 Bytes
dg-publish dg-hide-in-graph
false
true

Updates

TABLE WITHOUT ID 
	file.link as "Files updated in the last 2 weeks",
	file.mtime AS ""
WHERE dg-publish = True
AND date(today) - file.mtime < dur(14 days)
SORT file.mtime DESC