mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
814353d8ce
“-do-not-delete” flag for savetiddlers command was introduced in 5.1.10 without consistency with the already implemented “noclean” flag for the rendertiddlers command
15 lines
590 B
Plaintext
15 lines
590 B
Plaintext
title: $:/language/Help/savetiddlers
|
|
description: 将一群条目的原始内容保存到一个文件夹
|
|
|
|
保存一群条目的原始文字或二进制格式到指定的文件夹。
|
|
|
|
```
|
|
--savetiddlers <filter> <pathname> [noclean]
|
|
```
|
|
|
|
默认情况下,路径名被解析为相对于版本文件夹的 `output` 子文件夹。 `--output` 命令可以用于将输出指定到一个不同的文件夹。
|
|
|
|
保存指定的文件之前,会先清除输出目录的现有文件。可藉由指定 `noclean` 旗标,禁用该删除动作。
|
|
|
|
自动创建在路径中任何缺少的文件夹。
|