Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.
--save <tiddler-filter> <filename-filter>[is[tiddler]], which uses the unchanged tiddler title as the filenameBy default, the filename is resolved relative to the output subdirectory of the edition directory. The --output command can be used to direct output to a different directory.
Notes:
--save "[[Motovun Jack.jpg]]"[encodeuricomponent[]addprefix[static/]] applies URI encoding to each title, and then adds the prefix static/--save command is a more flexible replacement for both the --savetiddler and --savetiddlers commands, which are deprecatedExamples:
--save "[!is[system]is[image]]" "[encodeuricomponent[]addprefix[tiddlers/]]" – saves all non-system image tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles