2014-02-25 14:50:37 +00:00
title: $:/language/Help/savetiddler
description: Saves a raw tiddler to a file
2017-09-12 15:04:07 +00:00
(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)
2015-10-18 07:49:48 +00:00
Saves an individual tiddler in its raw text or binary format to the specified filename.
2014-02-25 14:50:37 +00:00
```
--savetiddler <title> <filename>
```
2014-04-25 21:41:59 +00:00
2014-04-27 07:28:21 +00:00
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.
2014-04-25 21:41:59 +00:00
Any missing directories in the path to the filename are automatically created.