Add an option to simple queries to spit out only the matching block without including the context (i.e., no parent and children blocks).
On discord here.
Add an option to simple queries to spit out only the matching block without including the context (i.e., no parent and children blocks).
On discord here.
My use case for this is to create a query that returns a top-level LATER item without displaying each of the sub-LATER items. For example:
{{query (and [[my-tag]] (todo LATER)}}
I have a related need:
LATER
Mozarella ← JUST WANT THIS LINE
LATER
Superglue ← AND THIS LINE
I just want a table with the LATER
lines in it
@NickB I want to do the exact same thing! Did you find a solution?
Best