From ea715bd3f29ca666d7b6835c92e16e7f475f0c77 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 26 Jan 2013 23:38:59 +0000 Subject: [PATCH] Docs update --- editions/tw5.com/tiddlers/Docs.tid | 7 +------ .../Getting_started_with_TiddlyWiki_under_node.js.tid | 6 +++--- editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid | 2 +- editions/tw5.com/tiddlers/roadmap/RoadMap.tid | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/editions/tw5.com/tiddlers/Docs.tid b/editions/tw5.com/tiddlers/Docs.tid index 16bd03f21..0b9e668b9 100644 --- a/editions/tw5.com/tiddlers/Docs.tid +++ b/editions/tw5.com/tiddlers/Docs.tid @@ -83,12 +83,7 @@ Macros give WikiText dynamic functionality: When run under node.js, TiddlyWiki supports a [[command line interface|Getting started with TiddlyWiki under node.js]] with the following built-in commands: -* DumpCommand -* LoadCommand -* SaveTiddlerCommand -* ServerCommand -* VerboseCommand -* VersionCommand +{{{ [tag[command]sort[title]] }}} ! Miscellaneous diff --git a/editions/tw5.com/tiddlers/guides/Getting_started_with_TiddlyWiki_under_node.js.tid b/editions/tw5.com/tiddlers/guides/Getting_started_with_TiddlyWiki_under_node.js.tid index ba91864d4..5155fcdc0 100644 --- a/editions/tw5.com/tiddlers/guides/Getting_started_with_TiddlyWiki_under_node.js.tid +++ b/editions/tw5.com/tiddlers/guides/Getting_started_with_TiddlyWiki_under_node.js.tid @@ -5,14 +5,14 @@ tags: guide TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on tiddlers, TiddlerFiles and TiddlyWikiFiles. For example, this loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in HTML: {{{ -node core/boot.js --verbose --load mywiki.html --savetiddler ReadMe ./readme.html +node tiddlywiki.js --verbose --load mywiki.html --savetiddler ReadMe ./readme.html }}} !!Usage -Running `boot.js` 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. The commands are identified by the prefix `--`. +Running `tiddlywiki.js` 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. The commands are identified by the prefix `--`. {{{ -node core/boot.js [--