TypeError: tiddler.creator is null

The creator attribute is a recent addition (v2.6.0), so not all tiddlers are guaranteed to have that attribute.
You wanna do something like this:
    tiddler.creator && tiddler.creator.contains("YourName")
or simply
    tiddler.creator == "YourName"

HTH.


-- F.

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to