>
> Thank you... but I cannot make it work so far...
>
> It appears that the 
>
> if($tw.utils.hop(self.allTiddlers[i],changedTiddlers))
>
> generates the following error: 
>
> Uncaught TypeError: Cannot convert object to primitive value
>
> Apologies, I believe I made a mistake here

Does it work if you switch the arguments?

if($tw.utils.hop(changedTiddlers,self.allTiddlers[i]))


---

Also, I learned today that one can use 
$tw.wiki.getTiddlersWithTag(this.filterTag); instead of $tw.wiki.
filterTiddlers("[all[tiddlers+shadows]tag[" + this.filterTag + "]]");

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9c6f6696-8bb0-4aff-952b-af709fe91278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to