Hi Roman, Can I do this for example? > > <$list filter="....."> > ..... > <$edit > tiddler="<value_of_current_tiddler_field>_<field_from_tiddler_from_list>_<date>" > > > index > ="<value_of_current_tiddler_field>_<field_from_tiddler_from_list>_<date>" > default="" type="input"/> > > </$list> >
Not sure if this is possible right now but I can definetely see usecases where it is needed to access the stack of outer elements in such a construct... in a readable manner. Perhaps using an expression like... !current[0] — the first in the stack of nested loops !current.parent — the next one up in the stack or, depending on the nesting level, even... !current.parent.parent Not sure on the bang here, I am still struggling to figure out the syntax being used in tw5. Best wishes, Tobias. -- 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. For more options, visit https://groups.google.com/groups/opt_out.

