diff --git a/editions/tw5.com/tiddlers/Working with the TiddlyWiki5 repository video.tid b/editions/tw5.com/tiddlers/Working with the TiddlyWiki5 repository video.tid
new file mode 100644
index 000000000..bdba130a7
--- /dev/null
+++ b/editions/tw5.com/tiddlers/Working with the TiddlyWiki5 repository video.tid
@@ -0,0 +1,9 @@
+created: 20140920133836765
+modified: 20140920134005568
+tags: [[Working with the TiddlyWiki5 repository]]
+title: Working with the TiddlyWiki5 repository video
+type: text/vnd.tiddlywiki
+
+Mario Pietsch has created a short video tutorial on [[working with the TiddlyWiki5 GitHub repository|Working with the TiddlyWiki5 repository]].
+
+
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid
index b252c4809..958f65986 100644
--- a/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid
+++ b/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid
@@ -1,5 +1,5 @@
created: 20131219100520659
-modified: 20140912141913837
+modified: 20140920135025757
tags: [[TiddlyWiki on Node.js]]
title: Using TiddlyWiki on Node.js
type: text/vnd.tiddlywiki
@@ -24,8 +24,4 @@ tiddlywiki [ Welcome to TiddlyWiki, a versatile note-taking web application you can download for free, store wherever you like, customise however you wish, and use to take / organise / share your notes in ways that word processors and other note-taking tools cannot. TiddlyWiki is designed to be non-linear, structuring content with stories, tags, hyperlinks, and other features, so that you can organise and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organisational structure. You can use TiddlyWiki as a single file that you view and edit through any web browser, whether you are online or offline. Or you can use it as a powerful Node.js application that stores each of your notes as a separate file. Note that TiddlyWiki is currently in beta, with the full release scheduled for Saturday, September 20th 2014 How can you make TiddlyWiki work for you? We recommend you start with our introductory documentation listed below, and then browse the TableOfContents, always available in the Contents tab in the sidebar. Or just follow our simple instructions and try it out for yourself! Running TiddlyWiki on Node.js brings several important benefits over and above the single file version: For more information see: This readme file was automatically generated by TiddlyWiki
- Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. Learn more and see it in action at http://tiddlywiki.com If it fails with an error you may need to re-run the command as an administrator: The TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML: Running The first argument is the optional path to the TiddlyWikiFolder to be loaded. If not present, then the current directory is used. The commands and their individual arguments follow, each command being identified by the prefix The available commands are:<$list filter="[tag[command]]">
-
-See also:
-
-* [[Environment Variables on Node.js]]
+<Welcome to TiddlyWiki
Getting started with TiddlyWiki under Node.js
Working with the TiddlyWiki5 repository
Installing TiddlyWiki on Node.js
npm install -g tiddlywiki
npm install -g tiddlywiki
(Windows)sudo npm install -g tiddlywiki
(Mac/Linux)tiddlywiki --version
5.0.8-beta
; you may also see other debugging information reported)tiddlywiki mynewwiki --init server
to create a folder for a new wiki that includes server-related componentstiddlywiki mynewwiki --server
to start TiddlyWiki-g
flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
+Using TiddlyWiki on Node.js
tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html
tiddlywiki
from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.--
.tiddlywiki [<wikipath>] [--<command> [<arg>[,<arg>]]]
+
+
If you've installed TiddlyWiki on Node.js on the usual way, when a new version is released you can upgrade it with this command:
npm update -g tiddlywiki
On Mac or Linux you'll need to add sudo like this:
sudo npm update -g tiddlywiki
This readme file was automatically generated by TiddlyWiki
\ No newline at end of file