Skip to content

Commit

Permalink
Update rendertiddlers.tid (#4635)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC authored May 14, 2020
1 parent 72ff1a2 commit 5d91c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/language/en-GB/Help/rendertiddlers.tid
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ description: Render tiddlers matching a filter to a specified ContentType
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).

```
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>] ["noclean"]
--rendertiddlers '<filter>' <template> <pathname> [<type>] [<extension>] ["noclean"]
```

For example:

```
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain
```

By default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.
Expand Down

0 comments on commit 5d91c27

Please sign in to comment.