Is it possible to limit the table to only show those tasks that have a particular key::value pair, eg
[created:: 2021-08-09]?
Perhaps with one of these?
Where created = "2021-08-09"
Where contains(created, "2021-08-09")
Or something like this?
Is it possible to limit the table to only show those tasks that have a particular key::value pair, eg
[created:: 2021-08-09]?
Perhaps with one of these?
Where created = "2021-08-09"
Where contains(created, "2021-08-09")
Or something like this?