Hi, aamaadmi, The file TW version keeps all the info in one .html file, which is very convenient for most users. ... Only one file to handle.
The nodejs version creates a directory structure and keeps tiddlers a files in the tiddlers directory. ... If you want to share your content, that's not very convenient. If you need single tiddlers as files it is :) If you click the download button the server version will create a file TW, that contains all your content. This file can be easily shared. ------------------ The nodejs version is a command line program, so clicking on tiddlywiki.cmd won't do much. Open a powershell and follow these steps: http://tiddlywiki.com/#Installing%20TiddlyWiki%20on%20Node.js In the browser you'll be able to see your TW. at http://loocalhost:8080 With the your file explorer you can see how the tiddlers are created in the tiddlers directory of your edition. The tidlywiki.info file conatains some pulgins, that you may not need as a non programmer. Create a backup of tiddlywiki.info and try the changes. The codemirror and highlight plugins are for code highlighting, so you may want to remove them. Your tiddlywiki.info file should look like this: { "plugins": [ "tiddlywiki/tiddlyweb", "tiddlywiki/filesystem" ], "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" ] } You'll need to restart the server, that changes take effect. have fun! mario -- 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.

