Give this a try:
\define showrev(id,label)
$label$ {{!!$id$}} {{!!$id$date}} <<getrev "$id$" "$label$">>
\end
\define getrev(id,label)
<$edit-text tiddler="$:/temp/$id$" tag="input" default="" />
<$button actions=<<setrev "$id$">>> Update $label$ </$button>
\end
\define setrev(id)
<$action-setfield $tiddler=<<currentTiddler>> $id$={{$:/temp/$id$}}
$id$date=<<now "YYYY0MM0DD0hh0mm0ss">> />
\end
<<showrev id:"step1" label:"Step 1">>
<<showrev id:"step2" label:"Step 2">>
<<showrev id:"step3" label:"Step 3">>
<<showrev id:"step4" label:"Step 4">>
Let me know how it goes...
enjoy,
-e
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/c4566369-2917-4b4c-901f-8e29ebefc589%40googlegroups.com.