1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-15 08:49:42 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid
2013-03-04 18:15:54 +00:00

15 lines
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[shadow]] $:/core/templates/static.tiddler.html ./static text/plain
```