mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-19 20:40:02 +00:00
Mention <tiddler-filter> parameter of savelibrarytiddlers command (#4857)
This commit is contained in:
parent
d5cf4112fa
commit
4cd6a24431
@ -5,10 +5,12 @@ module-type: command
|
|||||||
|
|
||||||
Command to save the subtiddlers of a bundle tiddler as a series of JSON files
|
Command to save the subtiddlers of a bundle tiddler as a series of JSON files
|
||||||
|
|
||||||
--savelibrarytiddlers <tiddler> <pathname> <skinnylisting>
|
--savelibrarytiddlers <tiddler> <tiddler-filter> <pathname> <skinnylisting>
|
||||||
|
|
||||||
The tiddler identifies the bundle tiddler that contains the subtiddlers.
|
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 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user