first commit
This commit is contained in:
51
Atlas/Amadeus.md
Normal file
51
Atlas/Amadeus.md
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
Aliases:
|
||||
Banner: "https://image.pkugsm.cf/i/2023/07/28/64c3c1f1e27f2.jpg"
|
||||
Banner_y: 0.25
|
||||
Banner_lock: true
|
||||
Created: 2023-07-03 12:17:55
|
||||
---
|
||||
|
||||
<div style="margin-top: -110px;"> <div style="float:left"><%+ tp.date.now("欢迎回来,克樊道人,今天是YYYY年M月Do dddd")%></div> <iframe style="float:right; margin-top:3px" width="300" scrolling="no" height="20" frameborder="0" allowtransparency="true" src="https://i.tianqi.com?c=code&id=34&color=%23C6C6C6&bdc=%23&icon=4&site=12"></iframe> </div><br>
|
||||
|
||||
---
|
||||
|
||||
>[!attention] 未名之约
|
||||
>```dataviewjs
|
||||
>const targetDate_1 = '2023-08-25'
|
||||
>const prefix_1 = '距离 CPA 考试还有 '
|
||||
>const suffix_1 = ' 天'
|
||||
>const targetDate_2 = '2023-12-25'
|
||||
>const prefix_2 = '距离研究生考试还有 '
|
||||
>const suffix_2 = ' 天'
|
||||
>const days_1 = Math.ceil((new Date(targetDate_1.replace(/-/g, '/'))-Date.now())/864e5)
|
||||
>dv.span(prefix_1+'**'+days_1+'**'+suffix_1+" | ")
|
||||
>const days_2 = Math.ceil((new Date(targetDate_2.replace(/-/g, '/'))-Date.now())/864e5)
|
||||
>dv.span(prefix_2+'**'+days_2+'**'+suffix_2)
|
||||
>```
|
||||
|
||||
>[!col]
|
||||
>
|
||||
>>[!summary] 无限进步
|
||||
>>```dataview
|
||||
>>table without id file.link as 项目, Completed as 完成数, Total as 总数,"<progress max=100 value=" + round((Completed/Total)*100) + "></progress> " as 总进度
|
||||
>>from #Task
|
||||
>>sort file.name
|
||||
>>```
|
||||
>
|
||||
>>[!info] 运筹帷幄
|
||||
>>```dataview
|
||||
>>table without id file.link as 导航栏
|
||||
>>From "Atlas"
|
||||
>>Where file.name != "Amadeus"
|
||||
>>```
|
||||
>
|
||||
>>[!example] 今日待办
|
||||
>>```tasks
|
||||
>>not done
|
||||
>>due in today
|
||||
>>path includes Calendar
|
||||
>>hide backlink
|
||||
>>hide edit button
|
||||
>>short mode
|
||||
>>```
|
||||
21
Atlas/Book Gallery.md
Normal file
21
Atlas/Book Gallery.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
Aliases:
|
||||
Created: 2023-07-07 22:28:37
|
||||
Cssclass: cards
|
||||
Modified: 2023-07-07 23:17:23
|
||||
Title: Book Gallery
|
||||
Tags: MOC
|
||||
---
|
||||
up::[[Amadeus]]
|
||||
```dataview
|
||||
table without id ("") as 图片,
|
||||
file.link as 书名,
|
||||
"作者:" + Author as 作者,
|
||||
"出版社:" + Publisher as 出版社,
|
||||
"出版日期:" + Publishyear as 出版日期,
|
||||
"豆瓣评分:" + Rating as 豆瓣评分,
|
||||
"页数:" + Pagecount + "页" as 总页数,
|
||||
"ISBN:" + ISBN as ISBN
|
||||
from #Book
|
||||
where file.name != "Douban Books"
|
||||
```
|
||||
14
Atlas/Card.md
Normal file
14
Atlas/Card.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
Aliases:
|
||||
Created: 2023-07-08 03:26:51
|
||||
Modified: 2023-07-08 03:27:22
|
||||
Title: Card
|
||||
Tags: MOC
|
||||
---
|
||||
up::[[Amadeus]]
|
||||
```dataview
|
||||
List
|
||||
from "Cards"
|
||||
sort file.mtime
|
||||
limit 20
|
||||
```
|
||||
15
Atlas/DailyNote.md
Normal file
15
Atlas/DailyNote.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
Aliases:
|
||||
Created: 2023-07-08 03:14:38
|
||||
Modified: 2023-07-11 22:15:36
|
||||
Title: DailyNote
|
||||
Tags: MOC
|
||||
---
|
||||
up:: [[Amadeus]]
|
||||
|
||||
```dataview
|
||||
List
|
||||
from "Calendar"
|
||||
sort file.ctime desc
|
||||
limit 20
|
||||
```
|
||||
21
Atlas/Movie Gallery.md
Normal file
21
Atlas/Movie Gallery.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
Aliases:
|
||||
Created: 2023-07-07 22:28:37
|
||||
Cssclass: cards
|
||||
Modified:
|
||||
Title: Movie Gallery
|
||||
Tags: MOC
|
||||
---
|
||||
up::[[Amadeus]]
|
||||
```dataview
|
||||
table without id ("") as 图片,
|
||||
file.link as 电影名,
|
||||
"导演:" + Director as 导演,
|
||||
"类型:" + Genre as 类型,
|
||||
"上映日期:" + Year as 上映日期,
|
||||
"豆瓣评分:" + Rating as 豆瓣评分,
|
||||
"时长:" + Time + "分钟" as 时长,
|
||||
"IMDb:" + IMDb as IMDb
|
||||
from #Movie
|
||||
where file.name != "Douban Movies" and "IMDb Movies"
|
||||
```
|
||||
42
Atlas/Task Tracker.md
Normal file
42
Atlas/Task Tracker.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
|
||||
kanban-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
## 待完成
|
||||
|
||||
- [ ] [[CPA-审计]] @{2023-08-26}@@{00:00}
|
||||
- [ ] [[CPA-财管]]@{2023-08-26}@@{00:00}
|
||||
- [ ] [[CPA-战略]]@{2023-08-26}@@{00:00}
|
||||
- [ ] [[CPA-税法]]@{2023-08-25}@@{00:00}
|
||||
- [ ] [[CPA-经济法]]@{2023-08-25}@@{00:00}
|
||||
- [ ] [[GitHub]]
|
||||
- [ ] [[Linux]]
|
||||
- [ ] [[Python-爬虫]]
|
||||
- [ ] [[Python-机器学习]]
|
||||
- [ ] [[未名之约-思想政治基础]]
|
||||
|
||||
|
||||
## 执行中
|
||||
|
||||
- [ ] [[CPA-会计]]@{2023-08-25}@@{00:00}
|
||||
- [ ] [[未名之约-英语一]]
|
||||
- [ ] [[未名之约-数学三]]
|
||||
- [ ] [[未名之约-金融学综合]]
|
||||
- [ ] [[MySQL]]
|
||||
- [ ] [[Python-基础]]
|
||||
|
||||
|
||||
## 已完成
|
||||
|
||||
**完成**
|
||||
|
||||
|
||||
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"basic","show-checkboxes":true}
|
||||
```
|
||||
%%
|
||||
12
Atlas/Template.md
Normal file
12
Atlas/Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
Aliases:
|
||||
Created: 2023-07-08 03:15:39
|
||||
Modified:
|
||||
Title: Template
|
||||
Tags: MOC
|
||||
---
|
||||
up::[[Amadeus]]
|
||||
```dataview
|
||||
list
|
||||
from "Extras/Template"
|
||||
```
|
||||
Reference in New Issue
Block a user