2013-08-04 21:26:45 +00:00
|
|
|
title: RenderTiddlersCommand
|
2013-03-04 18:15:54 +00:00
|
|
|
tags: docs command
|
|
|
|
|
2013-08-04 21:26:45 +00:00
|
|
|
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
|
2013-03-04 18:15:54 +00:00
|
|
|
|
|
|
|
```
|
2013-08-04 21:26:45 +00:00
|
|
|
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
2013-03-04 18:15:54 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
For example:
|
|
|
|
|
|
|
|
```
|
2013-08-04 21:26:45 +00:00
|
|
|
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
2013-03-04 18:15:54 +00:00
|
|
|
```
|