You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of tasks in each list is increasing, which is difficult to manage. Is it possible to set the tasks added from TickTick to be added to the diary?
The text was updated successfully, but these errors were encountered:
I was able to achieve this to my daily notes using dataview queries.
TASK
FROM "Tasks"
WHERE due = date("2024-07-15")
You can replace due date with a templater argument if you use your date as your file name.
My daily notes are YYYY-DD-MM so my templater argument is
WHERE due = date("<% tp.file.title %>")
The number of tasks in each list is increasing, which is difficult to manage. Is it possible to set the tasks added from TickTick to be added to the diary?
The text was updated successfully, but these errors were encountered: