diff --git a/editions/tw5.com/tiddlers/Building_classic_TiddlyWiki_with_TiddlyWiki.tid b/editions/tw5.com/tiddlers/Building_classic_TiddlyWiki_with_TiddlyWiki.tid index 6185c084c..b6a95f578 100644 --- a/editions/tw5.com/tiddlers/Building_classic_TiddlyWiki_with_TiddlyWiki.tid +++ b/editions/tw5.com/tiddlers/Building_classic_TiddlyWiki_with_TiddlyWiki.tid @@ -16,7 +16,7 @@ TiddlyWikiClassic is built from the command line by running TiddlyWiki5 under no node ../../tiddlywiki.js \ --verbose \ --load \ - --savetiddler $:/core/templates/tiddlywiki2.template.html text/plain \ + --rendertiddler $:/core/templates/tiddlywiki2.template.html text/plain \ || exit 1 ``` diff --git a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Node_Edition.tid b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Node_Edition.tid index 4fa6f197b..e7dca363b 100644 --- a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Node_Edition.tid +++ b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Node_Edition.tid @@ -6,7 +6,7 @@ tags: docs edition TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on tiddlers, TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in HTML: ``` -node tiddlywiki.js --verbose --load mywiki.html --savetiddler ReadMe ./readme.html +node tiddlywiki.js --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html ``` In order to use TiddlyWiki5 on the command line you must first install node.js from http://nodejs.org/ diff --git a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Static_Site_Generation.tid b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Static_Site_Generation.tid index e2e004a17..14730d469 100644 --- a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Static_Site_Generation.tid +++ b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Static_Site_Generation.tid @@ -10,8 +10,8 @@ You can explore a static representation of the TiddlyWiki5 site at