vault backup: 2023-01-31 21:38:24

This commit is contained in:
2023-01-31 21:38:24 +08:00
parent ce42b80f24
commit 980b0ee612
4 changed files with 52 additions and 37 deletions

View File

@@ -1,11 +1,45 @@
# Anki
```tracker
searchType: frontmatter
searchTarget: anki
folder: 01. 個人/01. Daily
dateFormatSuffix: '(\(週一\)|\(週二\)|\(週三\)|\(週四\)|\(週五\)|\(週六\)|\(週日\))'
datasetName: Anki
month:
mode: annotation
annotation: 🐍
startWeekOn: 'Mon'
color: steelblue
```
```tracker
searchType: frontmatter
searchTarget: grow-spiritual
line:
xAxisLabel: Date
yAxisLabel: Rating
yAxisTickInterval: 1
yMin: 1
yMax: 10
searchTarget: anki
folder: 01. 個人/01. Daily
dateFormatSuffix: '(\(週一\)|\(週二\)|\(週三\)|\(週四\)|\(週五\)|\(週六\)|\(週日\))'
summary:
template: "Longest Streak: {{maxStreak()}} day(s)\nLongest Breaks: {{maxBreaks()}} day(s)\nLast streak: {{currentStreak()}} day(s)"
```
# 啞鈴
```tracker
searchType: frontmatter
searchTarget: anki
folder: 01. 個人/01. Daily
dateFormatSuffix: '(\(週一\)|\(週二\)|\(週三\)|\(週四\)|\(週五\)|\(週六\)|\(週日\))'
datasetName: 啞鈴
month:
mode: annotation
annotation: 🐍
startWeekOn: 'Mon'
color: steelblue
```
```tracker
searchType: frontmatter
searchTarget: 啞鈴
folder: 01. 個人/01. Daily
dateFormatSuffix: '(\(週一\)|\(週二\)|\(週三\)|\(週四\)|\(週五\)|\(週六\)|\(週日\))'
summary:
template: "Longest Streak: {{maxStreak()}} day(s)\nLongest Breaks: {{maxBreaks()}} day(s)\nLast streak: {{currentStreak()}} day(s)"
```