### 2025년 6월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-06-01) and due <= date(2025-06-30)) or (start >= date(2025-06-01) and start <= date(2025-06-30)) ) sort due asc ``` ### 2025년 7월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-07-01) and due <= date(2025-07-31)) or (start >= date(2025-07-01) and start <= date(2025-07-31)) ) sort due asc ``` ### 2025년 8월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-08-01) and due <= date(2025-08-31)) or (start >= date(2025-08-01) and start <= date(2025-08-31)) ) sort due asc ``` ### 2025년 9월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-09-01) and due <= date(2025-09-30)) or (start >= date(2025-09-01) and start <= date(2025-09-30)) ) sort due asc ``` ### 2025년 10월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-10-01) and due <= date(2025-10-31)) or (start >= date(2025-10-01) and start <= date(2025-10-31)) ) sort due asc ``` ### 2025년 11월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-11-01) and due <= date(2025-11-30)) or (start >= date(2025-11-01) and start <= date(2025-11-30)) ) sort due asc ``` ### 2025년 12월 ```dataview task from "00 Bullet/00 Daily Journal" where !completed and ( (due >= date(2025-12-01) and due <= date(2025-12-31)) or (start >= date(2025-12-01) and start <= date(2025-12-31)) ) sort due asc ```