mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
abc3af16c3
- Add translations for untranslated items - Unification of terms (translations differed by multiple translators) - Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature) It's a lot of updates, but I've tested it on my TiddlyWiki. Help etc. are still lacking.
15 lines
780 B
Plaintext
15 lines
780 B
Plaintext
title: $:/language/Help/savetiddlers
|
|
description: raw Tiddler グループをファイルへ保存
|
|
|
|
(注意: `--savetiddler` コマンドは非推奨で、新しい、より柔軟な `--save` コマンドが優先されます)
|
|
|
|
個々の Tiddler を生のテキストまたはバイナリ形式で指定されたファイル名に保存します。
|
|
|
|
```
|
|
--savetiddler <title> <filename>
|
|
```
|
|
|
|
デフォルトでは、ファイル名はエディションディレクトリの `output` サブディレクトリからの相対パスで解決されます。 `--output` コマンドを使用すると、出力を別のディレクトリに向けることができます。
|
|
|
|
ファイル名のパスに欠落しているディレクトリがあれば、自動的に作成されます。
|