mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 14:24:51 +00:00
e0561397f1
* add Polish translation * tweak Polish translations to make certain things moree readable primarily changed translation of "story river" to keep using the English phrase, but also some other phraes that were awkward when I used the translation * add polish flag icon * add polish translation notes * replace 'ukryte tiddlery' with 'tiddlery-cienie' Co-authored-by: Maurycy Zarzycki <maurycy@evidentlycube.com>
23 lines
517 B
Plaintext
23 lines
517 B
Plaintext
title: $:/language/Help/default
|
|
|
|
\define commandTitle()
|
|
$:/language/Help/$(command)$
|
|
\end
|
|
```
|
|
użycie: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
|
```
|
|
|
|
Dostępne komendy:
|
|
|
|
<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>
|
|
|
|
By otrzymać szczegółowy opis komendy:
|
|
|
|
```
|
|
tiddlywiki --help <command>
|
|
```
|