1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/languages/zh-Hans/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
742 B
Plaintext

title: $:/language/Help/init
description: 初始化一个新的 wiki 文件夹
初始化一个空的 [[WikiFolder|WikiFolders]] 的指定版本的副本。
```
--init <edition> [<edition> ...]
```
例如:
```
tiddlywiki ./MyWikiFolder --init empty
```
注意:
* 若有需要,将创建 wiki 文件夹目录
* 其中 "edition" 默认为 ''empty''
* 若 wiki 文件夹不是空的,则初始化命令将失败
* 初始化命令会删除 'tiddlywiki.info' 文件内所有 'includeWikis' 的定义。
* 当指定多个版本时,这些版本于初始化后,将覆写早期版本共用的所有文件 (故此最终的 `tiddlywiki.info` 文件将是从最近的版本复制而得)
* `--editions` 传回所有可用版本的清单。