```dataviewjs
window.pages = dv.pages().where(p => p.file.name.match(new RegExp(`${dv.current().file.name}-\\d{2}`))).sort(p => p.file.name);
```
## 这月
```dataviewjs
dv.paragraph(window.pages.file.link.join(', '))
```
## 日程
```dataview
list
from #日程
where happendate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND happendate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort happendate
```
<% await tp.file.move("/晚安/2023/" + tp.file.title) %>
### 小日程
```dataview
table without id
("[[" + file.name + "]]") as 日,
file.frontmatter.日程小 as 事
from #日程小
where happendate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND happendate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort happendate
```
> [!NOTE] 宅!
>
---
## 决定瞬间!
# 記事
## 这月 **部落格**
> [!这月部落格] 太不容易了
>
### 开点
```dataview
table without id
file.link as 📄 , ("") as 🖼
from "修缮/部落格"
where createdate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND createdate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
where kan != "好了"
sort createdate
```
### 发点
```dataview
table without id
file.link as 📃, ("") as 🖼
from "修缮/部落格"
where pubedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND pubedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort pubedate
```
## 这月 比赛
> [!这月比赛] 🤜✊🤛
>
```dataview
table without id
file.link as ➕ , happendate as 出征, rank as 😲, ("[](" + link + ")" ) as ✊
from "修缮/比赛"
where happendate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND happendate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort happendate
```
## 这月的 up
### DDDDDJ
> [!DDDDDJ] さよなら
>
```dataview
table without id
("") as 🖼, file.link as 走好, ("[](" + bilibili + ")" ) as BUP, ("[](" + youtube + ")" ) as YUP, 手源
from "修缮/DDDDDJ"
where endedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND endedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort endedate
```
### **BUP**
#### 核心数据
#### 粉丝们
##### 留言们
### **YUP**
#### 资讯主页
#### 内容数据
#### 观众数据
## 这月 **买**
> [!这月买] 破财破财
>
### 买个
```dataview
table without id
file.link as 别买了别买了
where createdate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND createdate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
where contains(file.path,"买个")
sort createdate
```
### 买了
```dataview
table without id
file.link as 破 , priceY as 财 , ("[](" + Burl + ")" ) as 💸
where createdate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND createdate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
where contains(file.path,"买了")
where !contains(file.path,"部落格")
sort createdate
```
## 这月 **吐司**
> [!这月吐司] 好吃好吃
>
```dataview
table without id
file.link as 😮 , 食 as 😋, 得点, 一言
where 入日 >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND 入日 <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
where contains(file.path,"吐司")
where !contains(file.path,"部落格")
sort 入日
```
## 这月 工作
### 2djBT
> [!这月2djBT] 发布的任务
>
```dataview
table without id
file.link as ⚜, createdate as ⏲
from "修缮/2djBT"
where createdate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND createdate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort createdate
```
## 这月 ストーリー
### 世界计划
> [!这月世界计划] 加油看!
>
```dataview
table without id
file.link as 3️⃣, endedate as 9️⃣, cover as "39", ("[](" + craft + ")" ) as 🟪
from "修缮/世界计划"
where endedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND endedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort endedate
```
## 这月 主P
> [!这月主P] 信息哟,恋!
>
```dataview
table without id
file.link as 🤖, followedate as ❤, bunya as "分野", ("[](" + uurl + ")" ) as 📟
from "修缮/主P"
where followedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND followedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort followedate
```
## 这月 **Med**
> [!这月Med] 攒!
>
#### 了的
> [!觀了的] 觀!
>
> [!multi-column]
>>[!note|left-small] 觀了的
>>```dataview
>> table without id
>>file.link as 📄 , ("") as 🖼
>> from #後感/觀
>> where endedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND endedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
>> sort endedate
>> ```
>
>> [!note|right-small] 玩了的
>> ```dataview
table without id
file.link as 📄 , ("") as 🖼
from #後感/玩
where endedate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND endedate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
sort endedate
### 加的
> [!multi-column]
>> [!note|left-small] Movie
>>```dataview
>>table without id
>>file.link as 📄 , ("") as 🖼
>>from "修缮/Med/Movie"
>>where 入日 >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND 入日 <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
>>sort 入日
>>```
>
>> [!note|right-small] Teleplay
>> ```dataview
>>table without id
>>file.link as 📄 , ("") as 🖼
>>from "修缮/Med/Teleplay"
>>where 入日 >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND 入日 <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
>>sort 入日
>>```
> [!game] Game
> ```dataview
> table without id
> file.link as 📄 , ("") as 🖼
> from "修缮/Med/Game"
> where 入日 >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND 入日 <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
> sort 入日
> ```
### 看
> [!book] Book
> ```dataview
> table without id
> file.link as 📄 , ("") as 🖼
> from "修缮/Med/Book"
> where 入日 >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND 入日 <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>")
> sort 入日
> ```
---
# 这月的其它笔记们
```dataview
table
where createdate >= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") - dur(1 mo) AND createdate <= date("<% tp.date.now("YYYY-MM", "P+1M", tp.file.title, "YYYY-MM-DD") %>") AND !contains(file.path,"temp") AND !contains(file.path,"晚安") AND !contains(file.path,"主P-") AND !contains(file.path,"Med") AND !contains(file.path,"修缮/2dj") AND !contains(file.path,"clip") AND !contains(file.path,"修缮/收货") AND !contains(file.path,"修缮/PT") AND !contains(file.path,"买个-") AND !contains(file.path,"买了-") AND !contains(file.path,"修缮/吐司") AND !contains(file.path,"修缮/部落格") AND !contains(file.path,"修缮/DDDDDJ")
```