On Tuesday, December 6, 2016 at 11:08:10 AM UTC+1, Siniy-Kit wrote:
>
> So at the end of this code i try to write
>
>  <$list 
> filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[2]]"><$list 
> filter="[is[current]tagging[]type[image/jpeg]sort[title]]"> <label 
> for={{!!title}} class="arrows_th" >  <img  src={{!!_canonical_uri}} 
>  alt={{!!alt}}/>   </label> </$list></$list>
>
> but this filter shows nothing. i think my problem with 
> is[current]tagging[]......
>

yes. I do think so too. The first <$list widget changes the currentTiddler, 
which the second <$list is[current] tries to use again. .. just a guess. no 
testing done. 

You may use the list-widget: variable   attribute 
<http://tiddlywiki.com/#ListWidget>. in the first list. 
eg: <$list filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[2]]" 
variable=test>

As I wrote. Just a guess. ... But that's the way I'd start to search.
-mario

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c1e93b3f-e2cd-4265-9ce3-918facfea676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to