Hi. I use single-file tiddlywiki.html for making mini-sites (many static pages). I want make static pages only from tiddles I have modified or created before saving. How can i get $list of this kind of tiddlers?
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cf59af1a-ddcc-43c1-a431-49764fb8f4f2%40googlegroups.com.
<$action-setfield $tiddler=<<storyTiddler>> $timestamp="no" $field=exported $value=<<now "YYYY0MM0DD0hh0mm0ss0XXX">> /><$action-sendmessage $message="tm-download-file" ....
Placing the set field before the download action will include the exported date in the downloaded tiddlers e.g. tid or JSON files.
Also I used storyTiddler as an alternative to currentTiddler as currentTiddler is used for another purpose in the export process.
Regards
Tony