Hi Sini-Kit

Hi, Jeremy! Is there any way to put $list filter into $list filter ? I try
> many variants with $set, define and so on. and I always get the same
> result. I saw my list as text.  I think it must be a standard way to put to
> temp tiddler rendered result (ore something else), but I can't find it.
>

I'm not sure that I understand exactly what you're asking. When nesting
list widgets, one uses the "variable" attribute to save the outer list
index:

<$list filter="[tags[]sort[title]]" variable="theTag">

The tag is: <$text text=<<theTag>>/>

<$list filter="">

Tag: <$text text="currentTiddler"/>

</$list>
</$list>

But I suspect that's not quite what you mean.

You can assign the result of a filter to a variable using the "set" widget:

<$set name="myVariable" filter="[tag[Introduction]]">

But it isn't currently possible to use the entries in the list within a
filter.

Best wishes

Jeremy



>
> четверг, 7 мая 2015 г., 21:35:21 UTC+3 пользователь Jeremy Ruston написал:
>>
>> Hi sini-Kit
>>
>> You've got an unterminated widget here:
>>
>>
>>> here is the whole code of my macros
>>> </$list>
>>>
>>> <$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]]
>>> <<<<<<<<-----
>>> <$list filter="[[$:/_allvendors]fields[]sort[]]"
>>> variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/
>>> ></$list>
>>>  "> <span class="textboxwhite">
>>>    {{||$:/_tile}}     </span> </$list>
>>>
>>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>>
>>>  --
>>> 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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/17f533f3-060c-40f7-a436-3dae6a5b7b33%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/17f533f3-060c-40f7-a436-3dae6a5b7b33%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:[email protected]
>>
>


-- 
Jeremy Ruston
mailto:[email protected]

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJaKHHvh_fD_AQ1b9J7__1je4PduUhH9DYQeJVE%2B04wRfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to