Introduce savetiddlers command

Allows us to save tiddlers in their raw format.
This commit is contained in:
Jermolene
2014-06-09 14:45:41 +01:00
parent b446ef5d4e
commit 305617b632
3 changed files with 71 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
title: $:/language/Help/savetiddlers
description: Saves a raw tiddler to a file
Saves a group of tiddlers in their raw text or binary format to the specified directory.
```
--savetiddlers <filter> <pathname>
```
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 pathname are automatically created.