What I’m trying to do
I am trying to use a general note with tasks separated by linebreaks so when I create a daily note it would verify if the correspoding day has any associated task that it need to import.
Things I have tried
Tasks for <% tp.date.now(“YYYY-MM-DD”) %>
task
from "General Tasking"
where contains(text, "<% tp.date.now("DD/MM/YYYY") %>")
My general note is formated in this way:
2024/10/15
- thing 1
- thing 2
2024/10/16
- thing 3
- thing 4