Hi, how do I know what Tiddler a wikirule parser script is working on?

I'd like to exclude $:/ system Tiddlers from displaying with my rule's 
parsing, so I'm looking to just do an If... return. However, I can't seem 
to find the name of the current Tiddler? 

My vast and advanced debugging skills extend to basically this:

exports.init = function(parser) {
alert($tw.wiki.currentTiddler);
    this.parser = parser;
    ...

but whatever I try, I'm only finding "undefined". 

Any hints?

Thanks,
David.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/fcdf12b9-4790-4025-b332-7de61073b604%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to