1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-09 13:34:21 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid

15 lines
384 B
Plaintext
Raw Normal View History

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
```