Thanks, that's exactly it, though it's rather demoralizing to realize how 
far away I am from being able to even understand, let alone come up with, 
such a solution.   (Where, for example, should I have been able to find 
instructions about how to use {{$(tiddler)$}}?)

thanks much,
cmari

On Tuesday, February 18, 2014 1:33:06 PM UTC-8, Stephan Hradek wrote:
>
> 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.

Reply via email to