Thanks arlen,

The first suggestion is working, I swore I tried that half a dozen times. 
Either tiddlywiki very sensitive, or I am not sensitive enough towards 
tiddlywiki.

Ta muchly
Tony

On Friday, October 20, 2017 at 12:54:35 AM UTC+11, Arlen Beiler wrote:
>
> If it isn't 
>
> <$list filter="[tag<currentTiddler>sort[title]]" variable="type">
> <$checkbox tag=<<type>> > Set <<type>></$checkbox>
> </$list>
>
> then put it in a macro
>
> \define type()
> <$list filter="[tag<currentTiddler>sort[title]]" variable="type">
> <$checkbox tag="$(type)$"> Set <<type>></$checkbox>
> </$list>
> \end
>
> But maybe someone else knows more
>
> Arlen
>
> On Thu, Oct 19, 2017 at 9:41 AM, TonyM <anthony...@gmail.com <javascript:>
> > wrote:
>
>> Folks,
>>
>> Despite a lot of research and experimentation I cant work this out. I 
>> know I am missing something, and all your good advice has not yet solved 
>> this kind of mystery.
>>
>> in the below example
>>
>> <$list filter="[tag<currentTiddler>sort[title]]" variable="type">
>> <$checkbox tag="how do I reference type here?"> Set <<type>></$checkbox>
>> </$list>
>>
>> How to I reference the value of <<type>> where is says "how do I 
>> reference type here?"
>>
>> This is Driving me crazy, maybe I have gone mad.
>>
>> Tony
>>
>>
>> -- 
>> 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 <javascript:>.
>> To post to this group, send email to tiddl...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/f536eef4-e6be-4def-9aff-358f60858295%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/f536eef4-e6be-4def-9aff-358f60858295%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/93d436ef-23d6-458d-9774-9588dc859ec5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to