outlandishflmngo

Results 5 comments of outlandishflmngo

Same here. This would be very useful.

Seconding this. I'm just getting started setting up my Obsidian habit tracker and would love to see my streaks for avoiding bad habits

@jarpolacek In case you're interested, here's a workaround I came up with using Dataview. ``` ```dataview CALENDAR date(file.name, "dd-MM-yyyy") FROM "Daily" WHERE !badHabit AND !veryBadHabit ``` This is tailored to...

bump. @Khevaril Here's a workaround using Dataview for now that will mark any day with a "smoke" value less than 5: ``` ```dataview CALENDAR date(file.name, "dd-MM-yyyy") FROM "Daily" WHERE smoke...