mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-19 00:00:43 +00:00
Introduce savetiddlers command
Allows us to save tiddlers in their raw format.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user