---
aliases:
banner: "https://image.kfdr.top/i/2023/08/27/64eb100b771c6.jpg"
banner_y: 0.25
banner_lock: true
created: 2023-07-03 12:17:55
---
<%+ tp.date.now("欢迎回来,克樊道人,今天是YYYY年M月Do dddd")%>
---
>[!attention] 未名之约
>```dataviewjs
>const targetDate_1 = '2025-06-30'
>const prefix_1 = '距离上半年结束还有 '
>const suffix_1 = ' 天'
>const days_1 = Math.ceil((new Date(targetDate_1.replace(/-/g, '/'))-Date.now())/864e5)
>dv.span(prefix_1+'**'+days_1+'**'+suffix_1)
>```
>[!col]
>
>>[!summary] 无限进步
>>```dataview
>>table without id file.link as 项目, completed as 完成数, total as 总数," " as 总进度
>>from #Task
>>sort file.name
>>```
>
>>[!info] 运筹帷幄
>>```dataview
>>table without id file.link as 导航栏
>>From "Atlas"
>>Where file.name != "Amadeus"
>>sort file.name
>>```
>
>>[!example] 今日待办
>>```tasks
>>not done
>>due in today
>>path includes Calendar
>>hide backlink
>>hide edit button
>>short mode
>>```