On Wednesday, October 27, 2021 at 1:44:07 AM UTC-7 vpl wrote:

> `var stats_tiddlers = this.wiki.filterTiddlers(stats_tiddler_filter);`
>

Try using `$tw` instead of `this`:
```
var stats_tiddlers = $tw.wiki.filterTiddlers(stats_tiddler_filter);
```

-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71cd6eb7-1a3d-4009-b50d-8201917fc230n%40googlegroups.com.

Reply via email to