mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
First pass at the build system described in #356. To test it, move to a new, empty directory and try `tiddlywiki editions/tw5.com --verbose --build`
10 lines
361 B
Text
10 lines
361 B
Text
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>]
|
|
```
|
|
|
|
Any missing directories in the path to the filename are automatically created.
|