Insert Table

Query Table

Calculates a table from the existing data, where each row consists of a document (journal entry or wiki page), and the columns can be filled using page properties.

The table is sorted, and the sort key is indicated by an arrow in the table header.

Quick example:

{query: table source:"backlinks" source-value:"mySourceValueTag" property-columns:"myPropertyKey1,myPropertyKey2" order-by:"%pagename" order:"asc" }

Configuration parameters:

Parameter Description
source Specifies how the individual entries ("rows") of the table are determined. There is the backlinks option, which includes all pages that reference a specific tag. hierarchy identifies pages based on the page hierarchy (only for wiki pages), and property-set identifies all entries that have a specific page property set within the page.
source-value The corresponding selector for the parameter source
property-columns Table columns (property keys), separated by commas. The values ​​in the cells become the corresponding property values. If no value is defined on the page, the cell remains empty.
order-by The column by which the table is sorted. This column must exist in the table; sorting by property values ​​not displayed in the table is not possible. The parameter %pagename sorts by page name.
order The sort order, asc or desc