Re: [tw] Help an eternal newbie with node.js for TW5

2014-01-22 Thread Jeremy Ruston
On Tue, Jan 21, 2014 at 11:56 PM, David Gifford wrote: > oops, I didn't tease out my very first question enough. > > How do I create a new directory in Skydrive? Is it mkdir filepath > directoryname? > Are you on Windows? You'd need: mkdir c:\myfolder\mywiki Alternatively, you can just create

Re: [tw] Help an eternal newbie with node.js for TW5

2014-01-21 Thread David Gifford
oops, I didn't tease out my very first question enough. How do I create a new directory in Skydrive? Is it mkdir filepath directoryname? Dave On Tue, Jan 21, 2014 at 3:33 PM, David Gifford wrote: > Thanks Jeremy! Just what I was looking for. > > Dave > > > On Tue, Jan 21, 2014 at 2:02 PM, Jer

Re: [tw] Help an eternal newbie with node.js for TW5

2014-01-21 Thread David Gifford
Thanks Jeremy! Just what I was looking for. Dave On Tue, Jan 21, 2014 at 2:02 PM, Jeremy Ruston wrote: > Hi David > > 1. How do I create folders in other places? I use Microsoft SkyDrive and >> would like my folder and files to be there. How, after creating a folder >> and playing with it, then

Re: [tw] Help an eternal newbie with node.js for TW5

2014-01-21 Thread Jeremy Ruston
Hi David 1. How do I create folders in other places? I use Microsoft SkyDrive and > would like my folder and files to be there. How, after creating a folder > and playing with it, then closing node.js, how do I open it again using > node.js? Or do I go to the folder and click on the json file? >

[tw] Help an eternal newbie with node.js for TW5

2014-01-17 Thread David Gifford
Hi all I am trying to get to the point where I can experiment with TW5 on node.js. I installed node.js, used the command line to install TiddlyWiki, and managed to create a folder in users/dave and edit tiddlers in a browser and have them save as files. Cool! That is pretty good for a non-techi