I would query all the pages where there is at least one “TODO” … and I don’t know how to do it
I can get the list of the tasks, group them by pages, but this is not what I’m looking for.
My scenario is to use a page as a “Topic” which sometimes includes an action (let’s say “anniversary” page may have a task to buy a gift for the upcoming ones)
With the list of page, I will be able to hover page names and read the actions on the page (top section)
Simple query does not seem to answer this and I’m not good enough with advanced queries
I post here an example. I have many pages for business travels where I want to be reimbursed. And I use logseq to track all of them:
- Dienstreise
template:: Dienstreise
template-including-parent:: false
-
tags:: #Dienstreise
icon:: ✈️
dienstreise-reisender::
dienstreise-start::
dienstreise-ende::
dienstreise-kosten::
- TODO Konferenzregistrierung
- TODO Hotel
- TODO Bahn
- TODO Flug
- TODO ÖPNV
- TODO Dienstreiseantrag
- TODO A1 Bescheinigung
- TODO Dienstreiseabrechnung
- TODO Erstattet
For each travel I have an own page. So its not that for each travel I have one block in a travel page, I really have one page per travel.