> I want to have a tiddler with a simple line such as - > <<loadTiddlers tag: Update URL quiet norefresh noreport>> > and the tiddler tagged as "systemConfig"......thinking that when a > student opens their local TW this tiddler have it read the TW at "URL" > and upload any tiddlers tagged "Update" - thus keeping the local TW > synchronized with the "mother" TW at URL.
The 'systemConfig' tag is used to indicate that the tiddler contains javascript code that is invoked *as a plugin* during startup. However, the <<loadTiddlers ...>> macro isn't code...so it causes an error. What you want is to *render* a tiddler containing a macro during startup, but *after* all the plugins have been loaded. One way to do this is to add the following to your PageTemplate: <div style='display:none' macro='tiddler SiteStartup'></div> Then, just put the <<loadTiddlers ....>> macro into SiteStartup, and it will be invoked whenever the complete PageTemplate is redrawn. enjoy, -e > > But I get an error "illegal XML" character from the Plugin Manager > when I open the local TW - what do I need to have this tiddler be read > and activated on opening of the TW - (the tiddler is labeled something > lile zzz_Update...so that it gets aactualized last on opening!) > > Thanks in Advance > > Skye -- 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.

