# 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: 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: 啞鈴 folder: 01. 個人/01. Daily dateFormatSuffix: '(\(週一\)|\(週二\)|\(週三\)|\(週四\)|\(週五\)|\(週六\)|\(週日\))' datasetName: 啞鈴 startDate: 2023-01-01 endDate: 2023-12-31 bar: title: 啞鈴 yAxisLabel: Count yMin: 0 barColor: darkolivegreen ``` ```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)" ```