mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 12:22:04 -08:00
12 lines
471 B
Text
12 lines
471 B
Text
title: $:/language/Help/savetiddler
|
|
description: Saves a raw tiddler to a file
|
|
|
|
Saves an individual tiddler in its raw text or binary format to the specified filename.
|
|
|
|
```
|
|
--savetiddler <title> <filename>
|
|
```
|
|
|
|
By default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.
|
|
|
|
Any missing directories in the path to the filename are automatically created.
|