vault backup: 2026-01-05 13:03:55

This commit is contained in:
windyboy
2026-01-05 13:03:55 +08:00
parent 21460fc35d
commit be7c6cdcc9
589 changed files with 396508 additions and 27 deletions
+17
View File
@@ -0,0 +1,17 @@
---
title: Timesheet
created: 2025-12-30
updated: 2025-12-30
tags: []
---
### Week view
^a7db2c
%% The dates are setup for previous Monday to last Friday range, when we're Monday %%
```dataview
task from "1. 📚 Projects/📅 Planning"
where file.day >= date(today) - dur(7 days) and file.day < date(today) - dur(2 days)
sort file.day asc
```