On Wednesday, January 8, 2020 at 6:26:11 PM UTC-8, Stobot wrote: > > My logic being that the permalink will cause a single tiddler to open on > startup (in my case "UserA"), then the StartupActions fire and the first > tiddler in the StoryList would be UserA, which would then log to > $:/temp/startup!!user. Instead, it's blank. >
> The order of operations is such that the StartupActions happen before the > UserA even loads (this seems most likely) > Yes. StartupActions are triggered BEFORE the PageTemplate is rendered, which also means before the story is rendered. Thus, the StoryList contents are undefined when StartupActions are processed. -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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f3c00589-ed5f-424e-82ee-c364d1274e62%40googlegroups.com.

