mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
|
title: $:/language/Help/rendertiddler
|
||
|
description: Render an individual tiddler as a specified ContentType
|
||
|
|
||
|
Render an individual tiddler as a specified ContentType, defaults to `text/html` and save it to the specified filename:
|
||
|
|
||
|
```
|
||
|
--rendertiddler <title> <filename> [<type>]
|
||
|
```
|