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.mus...@gmail.com> 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+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/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/CAJ1vdSSq1aBMnJkef9WTF9WY_oxBZ19N80JKT4ceH05z2YfN%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to