List items (both bullet point and numbered items) are indexed with the item tag, additional tags can be added using Tag.
Here is an example of a #quote item using a custom Attribute|attribute:
And then queried via the #quote tag: ${query from index.tag "quote" where table.includes(_.itags, "item") )}
Additional attributes:
parent will contain a ref to the item’s direct parent item if anylinks will contain a list of all the wiki-style Link|links in the itemilinks (inherited links) will contain a list of all the wiki-style links in the item and its parents.itags will also inherit their ancestors’ tagsExample query showing all attributes of items on this page: ${queryfrom index.tag "item" where _.page == editor.getCurrentPage())}