How to not set the done date on simple checklists? #3758
-
|
Hi, Currently, I have the following setup. I use a This works very well to generate different Task query blocks. However, when I write a checklist item that is not a task (in a section without a task heading), the 'Set done date on every completed task' option treats it as a task and adds a done date. Is there a way to avoid adding the done date in these cases and continue automatically setting the done date for tasks? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The thing is, the query itself cannot control whether something is a task or not, because vaults can have multiple queries in, with different filters. So a task may match one query but not match another one... You can adopt a Global Filter instead, if you wanted - and add the filter to all the tasks you want to track with Tasks. Or you could use the built-in Obsidian commands to toggle the tasks that you don't want done dates on. |
Beta Was this translation helpful? Give feedback.
The thing is, the query itself cannot control whether something is a task or not, because vaults can have multiple queries in, with different filters.
So a task may match one query but not match another one...
You can adopt a Global Filter instead, if you wanted - and add the filter to all the tasks you want to track with Tasks.
Or you could use the built-in Obsidian commands to toggle the tasks that you don't want done dates on.