Things I have tried
“description includes {{time}}” will only insert the time of the moment I generate the Daily Note, so that is pointless. Odd chance that any task would match that. Otherwise I wouldn’t know what try…
What I’m trying to do
Well, I am trying to tell the Tasks plugin, with its native query method, to INCLUDE or NOT INCLUDE all tasks that have the time in their description in the format of HH:mm (24 hr time, no am/pm times)
I keep my timed tasks in a separate note called Agenda. They are more like events, with a due date and a start time. Tasks plugin doesn’t have timed tasks (yet) as far as I know, so I put the HH:mm time in bold at the beginning of a timed task. Plain text of course since {{time}} gives you the time for the moment you create the actual task or note, and that’s not what I want. Since most of my timed tasks/events are in this specific note, and there are none in that note without a HH:mm in their description, I do not need to knowhow to query for the time bit in the description. So far so good.
I query those timed tasks/events in my Daily Note template like so:
due on {{date:YYYY-MM-DD}}
path includes 0. PLANNING/Agenda
sort by due
sort by description
hide due date
hide done date
hide task count
#hide edit button
short mode
which gives me the timed tasks/events for that specific Daily Note only.
But, I also want to see what timed tasks/events there might be in some other non-periodical note, say in some project note. Otherwise I would overlook those. To query those, I do need to know how to INCLUDE any HH:mm time string and I don’t know how to do that.
This is what I have now, but that obviously doesn’t work:
due on {{date:YYYY-MM-DD}}
path does not include 0. PLANNING/Agenda
description does include **{{some timestring}}**
sort by due
sort by description
hide due date
hide done date
hide task count
#hide edit button
short mode
Does anyone know how to EXCLUDE any form of HH:mm (time) from task description?
@schemar Martin, is this at all possible? It would make my planning with tasks so much more valuable if I can include/exclude tasks with a time.
Thanks in advance for thinking along!