Sorry if this question is naive. I followed the instructions to install a Node.js version of TW (Windows) and all went smoothly. How do I convert my existing standard single file TW into a Node.js version, and then convert it back if I need to? My standard TW has some non-standard templates and possibly other non-core "system" tiddlers.
Thanks, Bob--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/aefe42de-b556-4767-b37d-26581dc6feda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 18 Jun 2016, at 07:36, Bob Flandard <bfla...@gmail.com> wrote:Something like a button in TW in the tools tab, that saves a copy of the TW with the file name appended by the date and a counter integer, would be a good option for me.
On 18 Jun 2016, at 10:51, Bob Flandard <bfla...@gmail.com> wrote:I think I need make a Windows batch file to do the back-up. Is it possible to execute a Windows batch file from a button in TW5? It does sound like a dangerous thing to do, so I'm guessing not.
Hi Bob
Sorry if this question is naive. I followed the instructions to install a Node.js version of TW (Windows) and all went smoothly. How do I convert my existing standard single file TW into a Node.js version, and then convert it back if I need to? My standard TW has some non-standard templates and possibly other non-core "system" tiddlers.The easiest way to convert a TiddlyWIki standalone HTML file into the Node.js layout is to run the Node.js wiki in client-server mode, and then import the HTML file by drag and drop in the browser. (You can also use the --load command; see /bin/ginsu.sh in the TW5 repo).To convert the other way, either click the “save changes” button in the browser to save a snapshot of the wiki as a standalone HTML file, or use the --rendertiddler command:--rendertiddler $:/plugins/tiddlywiki/tiddlyweb/save/offline index.html text/plainBest wishesJeremy.
Thanks, Bob--
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 tiddl...@googlegroups.com.