A last minute bug correction and a screenshot.

The tiddler "task" contains the following code (I would rather prefer using 
> <$reveal> instead of the combination <$set><$list><$tiddler> but filters 
> doesn't seem to work with <$reveal>):
>

\define addThis() [[$(new)$]] $(old)$

<$set name="current" value=<<currentTiddler>> >

    <$list filter="[[ToDo]!tag{!!title}]">
        <$tiddler tiddler=<<current>> >
            <$set name="old" value={{ToDo!!tags}}>
                <$set name="new" value={{!!title}}>
                   <$button set="ToDo!!tags" setTo=<<addThis>> >{{!!title
}}</$button>
                </$set>
            </$set>
        </$tiddler>
    </$list>

    <$list filter="[[ToDo]tag{!!title}]">
        <$tiddler tiddler=<<current>> >
            <$list filter="[[done]!tag{!!title}]">
                 <$tiddler tiddler=<<current>> >
                    <$checkbox tiddler="done" tag={{!!title}}>{{!!title}}</
$checkbox>
                </$tiddler>
            </$list>
        </$tiddler>
    </$list>

    <$list filter="[[ToDo]tag{!!title}] +[[done]tag{!!title}]">
        <$tiddler tiddler=<<current>> >
            <$checkbox tiddler="done" tag={{!!title}}>~~{{!!title}}~~</
$checkbox>
        </$tiddler>
    </$list>

</$set>


 Alberto

-- 
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/d/optout.

Reply via email to