Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleBody

The body of the macro contains a table with table headers in the first row.

One column contains a link to the document, all other columns specify property names or templates with property names.

Version Box
since4.5

Since version 4.5 templates are supported.

Example with Templates

Note the square brackets will create a link to the documentTo reference a property from a template use ${...} (curly brackets). In case a link should be rendered to the document containing the property use $[...] (square brackets). Any other text (like " with " or " and " in the example) is rendered verbatim.

Code Block
languagetext
titleTemplate Example with Document Link
#T{$[Title] / ${Iteration}}

Note that Deep Links are supported. Both forms ( and ->) are supported.

Code Block
languagetext
titleTemplate Example
#SD{${Short Description} with ${Subject} and ${Ref→Tags}}



...