What I’m trying to do
Hello! I want to make a daily tracker of sorts where it generates a new table for the current month with all the dates in the first column. I would log in the variables daily, and the cell be colour-coded depending on my input.
Things I have tried
I’ve been able to manage a heatmap with Kazi-Aidah’s ColorTableCells plugin, as well as getting to generate a new table note through PeriodicNotes’ MonthlyNotes but currently stuck at getting the dates for the month.
Since I plan on adding the values daily, I’d like to be able to edit directly into the table, hence trying to do this in a markdown table rather than DataView.
