1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
TiddlyWiki5/languages/ja-JP/Help/init.tid
Jermolene 04d26e6fae First pass at an --editions command
Also added a “description” field for wiki folders.

Right now there’s too many editions listed. I think we should by
default only list editions whose `tiddlywiki.info` file has
`showInListings` set to `true`, and have an `--editions all` command
that lists everything.

@pmario please could you check that the editions in your
`TIDDLYWIKI_EDITION_PATH` are correctly listed?
2014-10-27 21:50:25 +00:00

24 lines
1.1 KiB
Plaintext

title: $:/language/Help/init
description: Initialise a new wiki folder
空の [[Wikiフォルダ|WikiFolders]] を初期化し、その中に指定したエディションの内容をコピーします。
```
--init <edition> [<edition> ...]
```
使用例:
```
tiddlywiki ./MyWikiFolder --init empty
```
備考:
* 必要ならば Wiki フォルダが新たに作成されます。
* デフォルトのエディションは ''empty'' です。
* wiki フォルダが空ではない場合、init コマンドは失敗します。
* init コマンドは指定エディションの `tiddlywiki.info` ファイルに指定されている `includeWikis` は除外します。
* 複数のエディションを指定した場合、先に指定したエディションに含まれているファイルは、後に指定したエディションに同名のファイルが含まれていると上書きされます。つまり最終的な `tiddlywiki.info` は最後に指定したエディションのものが使用されます。
* `--editions` で使用できるエディションの一覧を表示します。