This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Objects & Concepts : Item Objects : destination |
destination |
Used (only) by export codes that create link lists. New to v4.0.0.
The object refers to the note to which the exported links will point. This object now allows users to access data generically from the target of the link.
See also - source.
For example,
^basicLinks(<ul>,<li>," : (modified ^getFor(destination,Modified)^)</li>",</ul>)^
will export a list of links, each target note's Name followed by followed by the modification time for the link's destination.
Note that the placeholder can be used in the link export code's item prefix and/or suffix arguments. Meanwhile, the link's anchor text always remains the Name (i.e. title) of the link's target note, linked to that note's page's url.
Up: Item Objects | |
Previous: current | Next: firstSibling |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]