Great observation! No one can distinguish a list item from a task item from the value of L.text where L is an element of file.lists .
Here is a good start to understand it.
- file.lists by example - Chapter 1: using DQL to gather list items or task items under the specific heading
Notes
Summary
-
The file.lists contain both list items and task items.
-
How to distinguish list items from task items from the file.lists data?
- a list item: !L.task
- a task item: L.task
- L : each element of file.lists of each page
- Each screenshot of the following DVJS contains both list items and task items.
- DVJS01
- DVJS10
- DVJS12
- DVJS20
- DVJS30
But that only works for list items, correct? Not for the full text of a section?