mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-28 19:10:28 +00:00
15a9e04a6a
See http://five.tiddlywiki.com/static.html for an example
15 lines
384 B
Plaintext
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
|
|
```
|