Templates the output of each node outputted in a dynamic definition.
Syntax
SHOW( [format pattern] )
Unicode is valid, as is arbitrary text. Newlines must be specified explicitly with \n or \r.
Format Patterns
The following format patterns are available.
$_entry: (needs documentation)$_meta: Displays all the metadata in the node.$_contents[: number of characters]: Outputs the contents of the node, optionally up to a given number of characters. The node title is omitted.$_pointer: Displays a pointer to the node$title: Displays the title of the node. (Note this is not always the same as the node ID)$_link: Provides a link to the node
A syntax and parser for writing, implemented in Python