1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/languages/ja-JP/Help/default.tid

24 lines
564 B
Plaintext
Raw Permalink Normal View History

2014-04-13 06:35:36 +00:00
title: $:/language/Help/default
2014-12-13 17:39:13 +00:00
description:
2014-04-13 06:35:36 +00:00
\define commandTitle()
$:/language/Help/$(command)$
\end
```
使用方法: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
2014-04-13 06:35:36 +00:00
```
使用可能なコマンド:
2014-04-13 06:35:36 +00:00
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>: <$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
各コマンドの詳細なヘルプを見たい場合は:
2014-04-13 06:35:36 +00:00
```
tiddlywiki --help <command>
```