Done <$list filter="[is[current]tag[Lesson1]]"> Next: <$list filter="[tag[Lesson1]sort[number]next[]]"/> / Previous: <$list filter="[tag[Lesson1]sort[number]previous[]]"/> </$list> <$list filter="[is[current]tag[Lesson2]]"> Next: <$list filter="[tag[Lesson2]sort[number]next[]]"/> / Previous: <$list filter="[tag[Lesson2]sort[number]previous[]]"/> </$list>Code hier eingeben...
I couldn't find how to generalize it. I thought it would work like this, ut it doesn't <$list filter="[is[current]tags[]prefix[Lesson]]" variable="lesson"> Next: <$list filter="[tag[<<lesson>>]sort[number]next[]]"/> / Previous: <$list filter="[tag[<<lesson>>]sort[number]previous[]]"/> </$list> Again this "variable" stuff is another inconsistency. Usually <<something>> is used for macro invocation, but in the list widget it is used for variables. So this is now the third possibility for using something called "variable": 1. $variable$ for parameters of macros 2. $(variable)$ for variables set with <$set> 3. <<variable>> for variables set with <$list> :( -- 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.

