AHHH!
Sure!
Try this:
\define appendButton(now, add, to)
<$button set="$to$" setTo="$now$$add$">append</$button>
\end
\define prepare()
<$macrocall $name="appendButton" now={{$(tiddler)$}} add={{$:/temp/Append}}to
={{!!title}}/>
\end
Text to add:
<$edit tiddler="$:/temp/Append" field="text"/>
! List experiment:
<$list filter="[is[current]] +[split:mylist[,]]+[!has[draft.of]!tag[done]]">
<table><tr><td><$checkbox tag="done" ></$checkbox></td><td ><$link>{{!!
title}}</$link></td><td ><$set name="tiddler" value={{!!title}}><<prepare
>></$set>
</td><td >@@font-size:8pt; History: <$transclude {{!!text}}/>@@</td></tr></
table>
</$list>
Done:
<$list filter="[is[current]] +[split:mylist[,]]+[!has[draft.of]tag[done]]">
<$checkbox tag="done"><$link>{{!!title}}</$link></$checkbox>
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.