references:
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.items("quote") ]( from index.items("quote") )}
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: ${query[from index.items() where _.page == editor.getCurrentPage()](from index.items() where _.page == editor.getCurrentPage())}