I was under the impression that the html file for a single-file TiddlyWiki could simply be dragged to the node.js TiddlyWiki for importing.
Having tried this with two different single-file TiddlyWikis, the node.js TiddlyWiki (i.e. a clean/unmodified new TiddlyWiki instance) cannot be restarted after the import, getting all kinds of errors that seem javascript related.
Using this single-file TiddlyWiki as the case study, what’s the process to successfully import that TiddlyWiki’s tiddlers into a new and unmodified TiddlyWiki running on node.js ?
And are there other process steps to consider that may not need to be considered in this particular example TiddlyWiki ?
You have a very strange tiddler title, that start with: <$vars vWorkingTid … It seems to cause a problem with the node.js syncer. … No tiddlers are saved. … I did disable it at import so all tiddlers seemed to be created … But … see next issue
And there seems to be a getstartupcontext.js macro that I don’t know. … It causes a problem at server startup.
It’s astonishing that this mechanism works. … Where did you get this implementation from?
The mechanism in “Set Startup Context” is completely new to me. … And it seems to cause a problem in the server because it references the “window” object, which is only available in the browser. …
So IMO there would only be a if($tw.browser) needed. … Maybe