Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
^title( [item] )^
The title of the item or the current note if not specified note. The value is the same as the Name attribute, but using HTML entities where appropriate (see below for plain text export). The parentheses my be omitted if no parameters are supplied.
The ^title^
of this page is: ^title( [item] )^
The ^title^ of note "Conditional Mark-up" (using code ^title("Conditional Mark-up")^
) is: Conditional Mark-up
Export and HTML entities
To avoid the use of HTML entities when exporting a note's title is the ^value()^ code:
^value($Name)^
which for this note renders as: ^title( [item] )^