Hello all,

Inspired by a recent Pull Request, I am trying to use the list widget to 
replace my previous use of the reveal widget, but I came across a strange 
problem with a list inside a list. 

Steps:

   - Go to tiddlywiki.com
   - Replace the content of the HelloThere tiddler with the code below
   - Note you see the "Posts tagged with me", but the inner list does not 
   "fire". 
   - If you remove the outer list, the inner list does "fire".


<$list filter="[tag{!!title}first[]]">

  !! Posts tagged with me

  <$list filter="[tag{!!title}]"/>

</$list>


Thanks,
Diego

-- 
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/2619bbc9-0dd9-40c8-8955-948f5734d522%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to