1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-02-10 20:20:22 +00:00
Files
TiddlyWiki5/languages/el-GR/Help/default.tid
2025-07-06 18:34:07 +01:00

26 lines
658 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
title: $:/language/Help/default
description:
\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>:
&#32;
<$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Για να βρείς αναλυτική βοήθεια για μία συγκεκριμένη εντολή:
```
tiddlywiki --help <εντολή>
```