Euclay,
So I'm reading and learning tiddlywiki filter code and its conventions.  I 
just read the code "TiddlyWiki5\core\modules\filters.js" and I believe I've 
started to answer my question.

Thank you for what you have given so far.




On Tuesday, October 7, 2014 6:28:17 AM UTC-4, Philip Coltharp wrote:
>
> is it a list/array of arbitrary objects, indexed by title?
> Is it a list/array of only tiddlers, indexed by title?
>
> The code
> source(function(tiddler,title) {
>  results.push(title);
>  });
>
> is some thing I don't understand well.  What is the name given to the 
> javascript concept used here?, which I suspect is transforming the object 
> source 
> in to another object results
> .
>
>>
>> Philip Coltharp:
>>>
>>> What type of object is source?
>>>
>>>

-- 
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/d/optout.

Reply via email to