mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
04d26e6fae
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?
24 lines
829 B
Plaintext
24 lines
829 B
Plaintext
title: $:/language/Help/init
|
|
description: Initialise a new wiki folder
|
|
|
|
Inizializza un [[WikiFolder|WikiFolders]] vuoto con una copia della specifica edizione.
|
|
|
|
```
|
|
--init <edition> [<edition> ...]
|
|
```
|
|
|
|
Per esempio::
|
|
|
|
```
|
|
tiddlywiki ./MyWikiFolder --init empty
|
|
```
|
|
|
|
Note:
|
|
|
|
* Se necessario sarà creata la directory del wiki
|
|
* Di default l'"edizione" è ''vuota''
|
|
* Il comando init fallirà se la direcotry del wiki non è vuota
|
|
* Il comando init rimuove qualsiasi definizione `includeWikis` nell'edizione del file `tiddlywiki.info`
|
|
* Se sono specificate edizioni multiple, l'edizione inizializzata dopo sovrascrive tutti i file condivisi con le edizioni precedenti (il file finale `tiddlywiki.info` sarà copiato dall'ultima edizione)
|
|
* `--editions` restituisce una lista delle edizioni disponibili
|