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