mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
8d3463e3df
First attempt for translating Greek (Greece)
23 lines
603 B
Plaintext
23 lines
603 B
Plaintext
title: $:/language/Help/default
|
||
|
||
\define commandTitle()
|
||
$:/language/Help/$(command)$
|
||
\end
|
||
```
|
||
Χρήση: tiddlywiki [<φάκελος wiki>] [--<εντολή> [<ορίσματα>...]...]
|
||
```
|
||
|
||
Διαθέσιμες εντολές:
|
||
|
||
<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>
|
||
|
||
Για αναλυτική βοήθεια για κάποια εντολή:
|
||
|
||
```
|
||
tiddlywiki --help <εντολή>
|
||
```
|