From 4cd6a24431d55d29efe45f6e4646258b68e7b610 Mon Sep 17 00:00:00 2001 From: Florian Kohrt Date: Thu, 24 Sep 2020 20:09:06 +0200 Subject: [PATCH] Mention parameter of savelibrarytiddlers command (#4857) --- core/modules/commands/savelibrarytiddlers.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/modules/commands/savelibrarytiddlers.js b/core/modules/commands/savelibrarytiddlers.js index a49a3a190..a15bd807c 100644 --- a/core/modules/commands/savelibrarytiddlers.js +++ b/core/modules/commands/savelibrarytiddlers.js @@ -5,10 +5,12 @@ module-type: command Command to save the subtiddlers of a bundle tiddler as a series of JSON files ---savelibrarytiddlers +--savelibrarytiddlers The tiddler identifies the bundle tiddler that contains the subtiddlers. +The tiddler filter specifies the plugins to be included. + The pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler. The skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.