Open mumudm opened 3 months ago
@mumudm , Do you mean synchronize ALL Tasks to a single file? or do you mean sync tasks to a daily note?
In either case, that would require a major re-architecting of the sync logic....
Maybe give some examples of what you want to accomplish and I can see if there's a work around....
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?