Hi Abilio,

The code for loading tiddler files under Node.js is in */boot/boot.js*.

That file contains a *$tw.boot.startup* function. One of the many things it 
does is call *$tw.loadTiddlersNode*. That in turn calls 
*$tw.loadWikiTiddlers*, which performs a recursive exploration of the 
folder structure and calls *$tw.wiki.addTiddler* for each tiddler it finds.

*$tw.boot.startup* is called by *$tw.boot.boot*, which is called from 
*tiddlywiki.js* (in the repository's root folder) when you launch the 
Node.js server.

Apologies if I'm telling you things you know already.

– æ

-- 
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.

Reply via email to