2015-09-17 18:41:41 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/static/image
|
|
|
|
|
2015-10-09 16:09:30 +00:00
|
|
|
<$reveal state="!!_canonical_uri" type="match" text="">
|
|
|
|
|
2015-10-08 17:04:24 +00:00
|
|
|
`<img src="data:`<$view format="text" field="type"/>`;base64,`<$view format="text" field="text"/>`" class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
2015-10-09 16:09:30 +00:00
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal state="!!_canonical_uri" type="nomatch" text="">
|
|
|
|
|
|
|
|
`<img src="`<$text text=<<tv-external-image-path>>/><$view field="title" format="doubleurlencoded"/>`" class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
|
|
|
|
|
|
|
</$reveal>
|