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.