1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-26 13:54:23 +00:00
TiddlyWiki5/languages/zh-Hant/Help/savetiddlers.tid
Jermolene 814353d8ce Fix accidental inconsistency between savetiddlers and rendertiddlers
“-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
2015-09-29 17:04:01 +01:00

15 lines
590 B
Plaintext

title: $:/language/Help/savetiddlers
description: 將一群條目的原始內容儲存到一個資料夾
儲存一群條目的原始文字或二進位格式到指定的資料夾。
```
--savetiddlers <filter> <pathname> [noclean]
```
預設情況下,路徑名被解析為相對於版本資料夾的 `output` 子資料夾。 `--output` 命令可以用於將輸出指定到一個不同的資料夾。
儲存指定的檔案之前,會先清除輸出目錄的現有檔案。可藉由指定 `noclean` 旗標,停用該刪除動作。
自動建立在路徑中任何缺少的資料夾。