Hi all
I am not really up to snuff on node.js, so I am asking these questions to see whether this is worth my time to experiment on or not.
If I had a number of standalone TiddlyWikis, and in one of them I had a tiddler Pomeranians, and in another file I had a tiddler with a link to [[Pomeranians]],
1. Is there a way to open TiddlyWikis in node.js when I have created them the 'stand-alone- way? Or does node.js only open tiddlers created in node.js?
2. If I use 'export all tiddlers as statics' in node.js for each of these multiple TiddlyWikis, and I upload all the statics to my web server to the same folder, will the link to [[Pomeranians]] direct me to the static tiddler Pomeranians from the other file?
In other words, could I create a giant, interlocking online wiki of static htmls by using node.js to export all tiddlers from a bunch of standalone TiddlyWikis and saving them all to the same online folder?
Just a thought.
Dave