1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

remove untranslated tiddlers

This commit is contained in:
pekopeko1 2014-11-05 06:42:20 +09:00
parent d8e4002259
commit be3533688a
10 changed files with 2 additions and 93 deletions

View File

@ -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.

View File

@ -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
```

View File

@ -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`.

View File

@ -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.

View File

@ -1,9 +0,0 @@
title: $:/language/Help/password
description: Set a password for subsequent crypto operations
暗号化されたファイルを扱う場合にパスワードを指定します。
```
--password <password>
```

View File

@ -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.

View File

@ -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)

View File

@ -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>
```

View File

@ -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

View File

@ -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"
} }