Things I have tried
I was able to create an unlinked list of tasks from a given directory to drop in a daily note using dataview and some regex. The problem is that the dataview block runs every time the note is opened and refreshes the state of the tasks on the daily page. I’m thinking templater might be the better approach.
What I’m trying to do
I’m trying to roll a non-analog version of the cortex theme system. One folder has notes that contain a handful of daily/weekly habits (format doesn’t matter but we can just say they are tasks) to track. I’d like to get my daily template to scan this folder and create a static set of tasks with no backlinking (e.g. make bed, brush teeth). A separate note will corelate trends, probably using dataview.
I’ve looked on this forum and the github page for templetar but I can’t find any examples of scanning and parsing a folder in templetar. Anyone have any examples that I can start building from?