From 990108cfab052baa1926cb189d419553364f197f Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 20 Aug 2024 17:30:28 +0200 Subject: [PATCH] Make pluginlibrary edition consistent with all other editions (#8265) * make pluginlibrary edtion consistent with all other edtions * pluginlibrary edition update docs * fix typo in GettingStarted --- editions/pluginlibrary/tiddlers/GettingStarted.tid | 4 ++-- editions/pluginlibrary/tiddlywiki.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/pluginlibrary/tiddlers/GettingStarted.tid b/editions/pluginlibrary/tiddlers/GettingStarted.tid index 53c35cf11..3ab0fe415 100644 --- a/editions/pluginlibrary/tiddlers/GettingStarted.tid +++ b/editions/pluginlibrary/tiddlers/GettingStarted.tid @@ -15,8 +15,8 @@ Import the configuration tiddler: $:/config/LocalPluginLibrary to your "test wik The following commands will create the library files and start a test server at http://localhost:8888 ``` -cd /your/path/to/TiddlyWiki5/editions/pluginlibrary -tiddlywiki --build test-server +cd /your/path/to/TiddlyWiki5 +node ./tiddlywiki.js ./editions/pluginlibrary --build test-server ``` !! Test the Library with a Single File Wiki diff --git a/editions/pluginlibrary/tiddlywiki.info b/editions/pluginlibrary/tiddlywiki.info index ba18ff0a2..cf6df6f8b 100644 --- a/editions/pluginlibrary/tiddlywiki.info +++ b/editions/pluginlibrary/tiddlywiki.info @@ -11,7 +11,7 @@ ], "build": { "test-server": [ - "--output", "./files/local/library/tmp", + "--output", "./editions/pluginlibrary/files/local/library/tmp", "--build", "library", "--listen", "port=8888" ],