Hi TheDiveO > To create the complete TW5 including my tiddlers I run the Node.js TW5 using --build to save $:/core/save/all. How do I avoid the tiddlywebadaptor getting included? I suppose that I need a different tiddlywiki.info then? I'm still having problems putting all the required pieces of knowledge into place...
The tiddlywebadaptor (and filesystemadaptor) will only be included if it is listed in the tiddlywiki.info file of the wiki you've loaded. You should only include tiddlywebadaptor (and filesystemadaptor) if you want to run the wiki in client-server configuration. In the case of editions/tw5.com, I want to be be able to work on it in client-server configuration but also to be able to build the wiki as a standalone file without tiddlywebadaptor. The best approach is for tw5.com not to include the client-server components, and then to use a separate wiki folder that sets up the client-server components and uses the includeWiki feature to include the tiddlers from the tw5.com wiki. See: https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com-server/tiddlywiki.info Does that make sense? Best wishes Jeremy On Sat, Aug 30, 2014 at 11:48 PM, BJ <[email protected]> wrote: > HI TheDiveO, > I use two tiddlywiki.info, one for building a standalone html, the other > for nodejs. > if you take a look at my plugin at https://github.com/buggyj/TW5-flexitype > and look in the build dir, you will see two subdirs - demo (which contains > the tiddlywiki.info for standalone) and demoedit ( that contains the > tiddlywiki.info for nodejs). > I have two command bld.sh that builds the standalone tiddlywiki and > edit.sh which launches the nodejs version of the tiddlywiki > > > Cheers > > BJ > > > On Sunday, August 31, 2014 12:10:11 AM UTC+2, TheDiveO wrote: >> >> To create the complete TW5 including my tiddlers I run the Node.js TW5 >> using --build to save $:/core/save/all. How do I avoid the tiddlywebadaptor >> getting included? I suppose that I need a different tiddlywiki.info >> then? I'm still having problems putting all the required pieces of >> knowledge into place... >> > -- Jeremy Ruston mailto:[email protected] -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

