Init
This commit is contained in:
17
09-Templates/每月总结.md
Normal file
17
09-Templates/每月总结.md
Normal 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
|
||||
```
|
||||
|
||||
### 心得体会
|
Reference in New Issue
Block a user