This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
title: 📅<% tp.file.title %>
date: <% tp.date.now("YYYY-MM-DD HH:mm:ss") %>
tags: monthly-summary
rating: ⭐️
excerpt:
---
### 情况汇总
```dataview
TABLE excerpt AS "Summary", rating AS "Rating"
FROM "01-Diary" AND #weeklynote WHERE date<"<% tp.date.now("YYYY-MM-DD", 1) %>" AND date>"<% tp.date.now("YYYY-MM-DD",-30) %>"
SORT file.name desc
```
### 心得体会