1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/languages/nl-NL/Help/default.tid
Jermolene 6350f55e25 Updated Dutch translation
Thanks @gernert
2018-01-16 16:15:10 +00:00

24 lines
553 B
Plaintext

title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
usage: tiddlywiki [<wikifolder>] [--<commando> [<argumenten>...]...]
```
Beschikbare commando's:
<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>
Om gedetaillerde hulp over een commando te krijgen:
```
tiddlywiki --help <commando>
```