# 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: 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)" ```