This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

destination

Used (only) by export codes that create link lists and action code links(), and by OnLink actions.

The designator destination refers to the note to which the exported links will point. This object allows users to access data generically from the destination of the link.

See also: source.

For example,

^basicLinks(<ul>,<li>," : (modified ^value($Modified(destination))^)</li>",</ul>)^ 

will export a list of links, each destination note's Name followed by followed by the modification time for the link's destination. Note this designator cannot be used with ^value^ and attribute references.

Note that the designator can be used in the link export code's item prefix and/or suffix arguments but this designator cannot be used with ^value^ and attribute references. Meanwhile, the link's anchor text always remains the $Name (i.e. title) of the link's destination note, linked to that note's page's URL.