On Tuesday, May 14, 2019 at 9:23:52 AM UTC-7, Mat wrote:
>
>
> Maybe your question is on a deeper level than I understand it but if not 
> then;
>
> A list of titles or strings work as constructors 
> <https://tiddlywiki.com/prerelease/#Selection%20Constructors> when in a 
> filter so currentTiddler really refers to the current tiddler title which 
> is the item for the current list loop iteration.  
>
> <:-)
>

Well I did want to understand what was happening at the actual javascript 
level. I was wondering is the currentTiddler serving as the iteration 
counter variable like we have in a FOR loop where we do something like :
  
for (i = 0; i < 10; i++) { 
  if(i==5){
     //do something here
  }
}

-- 
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/c75a3e16-f603-4231-9831-cf26ffa49b2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to