The tv-get-export-link variable controls the value of the href attribute on the HTML a element generated by the $link widget.
This variable has no useful effect when TiddlyWiki is running in a browser, as the
href attribute is ignored there – links between tiddlers are performed by
JavaScript instead. The variable comes into play when one is using the
Node.js configuration to
generate a static version of a wiki.
The variable should be a macro with the following parameter:
- to
- The title of the target tiddler of the link, with no escaping
See also tv-wikilink-template. If both that variable and this one exist, this one dominates.