I'm not all that crazy about the choice of "index" as the keyword to handle that.
To me, index means index to an item in a data tiddler. Now index means *that* or *this*. When somebody is referring to index, in what context? As in data tiddlers, or as in numerically identifiying <$list> items in a sequence? Overloading the word index. That annoys the daylights out of me. On Saturday, April 24, 2021 at 12:22:40 PM UTC-3 Mohammad wrote: > You may now, the $list widget, is the most common widget you use in > Tiddlywiki! It is everywhere like a nice dog! > > The $list widget in 5.1.24 has got a new attribute index! in which the > numeric index of each listed tiddler is stored It can produce very nice > results like below > > > <$list filter="[tag[About]sort[title]]" index="index"> > <div> > <<index>>: ''<$text text=<<currentTiddler>>/>'' (is first: <<index-first>>, > is last: <<index-last>>) > </div> > </$list> > > > > Displays as: > > 0: Acknowledgements (is first: yes, is last: no) > 1: Contributors (is first: no, is last: no) > 2: History of TiddlyWiki (is first: no, is last: no) > 3: License (is first: no, is last: no) > 4: Releases (is first: no, is last: no) > 5: RoadMap (is first: no, is last: yes) > > Ah this is lovely! > > > > > Best wishes > Mohammad > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4ea6f796-09bf-431a-8582-4499665a25een%40googlegroups.com.

