I have a custom [[ViewTemplate]] to embed images tagged with inTiddler
(
http://groups.google.com/group/tiddlywiki/browse_thread/thread/e028c2aaa8017175
)
I would like to use autoRefresh with it but it does not work.
Is autoRefresh specific to viewer ?
[[ViewTemplate]]
<div >
<span class='title' macro='view title'></span>
<span class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></span>
</div>
<div macro='tiddler "FetThumbnails" thumbnails with:
{{tiddler.title}}'></div>
<div class='viewer' macro='view text wikified'></div>
<div macro='tiddler FetFiles with:{{tiddler.title}}'></div>
<div class='tagClear'></div>
[[FetThumbnails]]
<<tiddler AutoRefresh>><<forEachTiddler
where
'tiddler.tags.contains("attachment") &&
tiddler.tags.contains("$1") && tiddler.text.contains("image") '
sortBy
tiddler.created
descending
write
'"[img(,5em+)["+tiddler.title+"]] "'>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.