mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-08 01:38:06 +00:00
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?
This commit is contained in:
8
core/language/en-GB/Help/editions.tid
Normal file
8
core/language/en-GB/Help/editions.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
title: $:/language/Help/editions
|
||||
description: Lists the available editions of TiddlyWiki
|
||||
|
||||
Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.
|
||||
|
||||
```
|
||||
--editions
|
||||
```
|
||||
@@ -20,4 +20,4 @@ Note:
|
||||
* The init command will fail if the wiki folder is not empty
|
||||
* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file
|
||||
* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)
|
||||
* `--help editions` returns a list of available editions
|
||||
* `--editions` returns a list of available editions
|
||||
|
||||
Reference in New Issue
Block a user