I am looking to setup Obsidian for tracking habits with the Tracker plugin. All the examples at Tracker-TestDateFormats.md’ assume daily note has entire date, but my daily note is setup as YYYY/MM-MMM/DD-ddd, so today’s note is named 23-Fri under 09-Sep folder under 2022 folder. I tried using the code below:
searchType: tag
searchTarget: temp1
folder: ArchivesReferences/Journal/
startDate: 2022/09-Sep/01-Thu
endDate: 2022/09-Sep/30-Fri
line:
title: Time1
yAxisLabel: Temp1
yAxisUnit: Hrs
lineColor: yellow
But, it’s throwing an error:
No valid date as X value found in notes
79 files are not in the right format.
So I wanted to check if tracker supports this date-format for daily notes or the daily notes need to be renamed.