It does not make sense, yet. But it definitely gives me some things I can start searching about. So thank you for the clues to follow up on!
So line attribute like the line of the page where the task is located? That makes sense.
So is there a way to loop over these tasks and know their page and line? I would want the lowest line for each page for the incomplete tasks, I think.
Would that be an altered .where() or would I have to go back to .file and look for the lines? I guess I’m looking for the collection to loop (or foreach) over and then figure out how to define the criteria or filter to apply to each iteration.
Seems to me.