Vixi

thanks Eric.......I knew about using that <div> line in
PageTemplate....but didn´t think about it in this case......glad
someone is more on the ball..

Thanks
Skye

On 13 Fev, 08:50, Eric Shulman <elsdes...@gmail.com> wrote:
> > 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to