Hello Jeremy, > There are two boot processes: boot.js runs independently in the browser > and on the server. >
I was suspecting that. > The tiddlywebadaptor is responsible for syncing changes to tiddlers > between the two environments. Global variables created in the server wiki > are not avaiable in the browser wiki. > And this is where I get confused. I understand the need of this, that is not my problem. The problem is when I want to create globals that should be available from the browser side, but they only has sense if we have a node environment behind. The filesystem adaptor runs on the browser right ? So I have to set my modules to run on node and the browser. This is getting more and more twisted. Basically I need globals which information is from the FS, so only the node instance has access to them, but I want them to be available on the browser... this is getting confusing as I said. Now I understand why yo insisted on creating a new syncadaptor module. > > Does that help? > <javascript:> > Yes it helps. One question. What if my sync-adaptor returns fat tiddlers when it is asked for skinny ones? -- 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
