TiddlyWiki5/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid

15 wiersze
384 B
Plaintext

title: SaveTiddlersCommand
tags: docs command
Save a set of tiddlers matching a filter as separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
```
--savetiddlers <filter> <template> <pathname> [<type>] [<extension>]
```
For example:
```
--savetiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
```