mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
927 B
Plaintext
18 lines
927 B
Plaintext
created: 20150228122257000
|
|
modified: 20150228130940000
|
|
title: tv-get-export-image-link Variable
|
|
tags: Variables [[Core Variables]] [[Configuration Variables]]
|
|
type: text/vnd.tiddlywiki
|
|
caption: tv-get-export-image-link
|
|
|
|
The <<.def tv-get-export-image-link>> [[variable|Variables]] controls the value of the `src` attribute on the HTML `img` element generated by the <<.wlink ImageWidget>> widget when the value of its `source` attribute is not the title of a tiddler.
|
|
|
|
The variable should be a [[macro|Macros]] with the following parameter:
|
|
|
|
;src
|
|
: The value of the `source` attribute -- equivalent to the image name specified in <$link to="Images in WikiText">the shorthand syntax</$link> `[img[source]]`
|
|
|
|
The ability to override image URIs in this way can be useful when one is using the [[Node.js configuration|TiddlyWiki on Node.js]] to export a static version of a wiki.
|
|
|
|
<<.variable-examples "tv-get-export-image-link">>
|