mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
remove untranslated tiddlers
This commit is contained in:
parent
d8e4002259
commit
be3533688a
@ -1,11 +0,0 @@
|
|||||||
title: $:/language/Help/build
|
|
||||||
description: Automatically run configured commands
|
|
||||||
|
|
||||||
Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.
|
|
||||||
|
|
||||||
```
|
|
||||||
--build <target> [<target> ...]
|
|
||||||
```
|
|
||||||
|
|
||||||
Build targets are defined in the `tiddlywiki.info` file of a wiki folder.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
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
|
|
||||||
```
|
|
@ -1,14 +0,0 @@
|
|||||||
title: $:/language/Help/makelibrary
|
|
||||||
description: Construct library plugin required by upgrade process
|
|
||||||
|
|
||||||
Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.
|
|
||||||
|
|
||||||
The upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.
|
|
||||||
|
|
||||||
This command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.
|
|
||||||
|
|
||||||
```
|
|
||||||
--makelibrary <title>
|
|
||||||
```
|
|
||||||
|
|
||||||
The title argument defaults to `$:/UpgradeLibrary`.
|
|
@ -1,11 +0,0 @@
|
|||||||
title: $:/language/Help/output
|
|
||||||
description: Set the base output directory for subsequent commands
|
|
||||||
|
|
||||||
Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.
|
|
||||||
|
|
||||||
```
|
|
||||||
--output <pathname>
|
|
||||||
```
|
|
||||||
|
|
||||||
If the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
title: $:/language/Help/password
|
|
||||||
description: Set a password for subsequent crypto operations
|
|
||||||
|
|
||||||
暗号化されたファイルを扱う場合にパスワードを指定します。
|
|
||||||
|
|
||||||
```
|
|
||||||
--password <password>
|
|
||||||
```
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
title: $:/language/Help/savetiddlers
|
|
||||||
description: Saves a group of raw tiddlers to a directory
|
|
||||||
|
|
||||||
Saves a group of tiddlers in their raw text or binary format to the specified directory.
|
|
||||||
|
|
||||||
```
|
|
||||||
--savetiddlers <filter> <pathname>
|
|
||||||
```
|
|
||||||
|
|
||||||
By default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.
|
|
||||||
|
|
||||||
Any missing directories in the pathname are automatically created.
|
|
@ -1,18 +0,0 @@
|
|||||||
title: $:/language/Help/setfield
|
|
||||||
description: Prepares external tiddlers for use
|
|
||||||
|
|
||||||
//Note that this command is experimental and may change or be replaced before being finalised//
|
|
||||||
|
|
||||||
Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.
|
|
||||||
|
|
||||||
```
|
|
||||||
--setfield <filter> <fieldname> <templatetitle> <rendertype>
|
|
||||||
```
|
|
||||||
|
|
||||||
The parameters are:
|
|
||||||
|
|
||||||
* ''filter'' - filter identifying the tiddlers to be affected
|
|
||||||
* ''fieldname'' - the field to modify (defaults to "text")
|
|
||||||
* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted
|
|
||||||
* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
title: $:/language/Help/unpackplugin
|
|
||||||
description: Unpack the payload tiddlers from a plugin
|
|
||||||
|
|
||||||
Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:
|
|
||||||
|
|
||||||
```
|
|
||||||
--unpackplugin <title>
|
|
||||||
```
|
|
@ -1,4 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/application/javascript
|
title: $:/language/Docs/Types/application/javascript
|
||||||
description: JavaScript code
|
description: JavaScriptコード
|
||||||
name: application/javascript
|
name: application/javascript
|
||||||
group: Developer
|
group: Developer
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
"plugin-type": "language",
|
"plugin-type": "language",
|
||||||
"description": "Japanese (Japan)",
|
"description": "Japanese (Japan)",
|
||||||
"author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1",
|
"author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1",
|
||||||
"core-version": ">=5.1.14"
|
"core-version": ">=5.1.4"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user