Long time lurker, first time poster.

I've a wiki with a couple of hundred tiddlers all of the same format, just 
different content, so I'm trying to develop a tiddler template.

Each tiddler displays an image specific to that tiddler. I've a directory 
in which all the images are kept, each with the same name as the tiddler 
{{!!title}} field. E.g.:

images/Tiddler1.jpg
images/Tiddler2.jpg
images/Tiddler3.jpg

They idea is to then embed the tiddler title in the url, i.e.:

[img[images/{{!!title}}.jpg]]

But of course that just gets read literally. I've also tried using a 
variable with the same result:

<$set name="image" value="images/{{!!title}}.jpg">
[image[<<image>>]]
</$set>

How can I do this?

--Nathanael

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a233f67e-1091-400e-bed2-d36bbba75d28n%40googlegroups.com.

Reply via email to