mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b5ad5c3421
* Add new Polish translations Introduced in commit54cfda76ee
* add Polish translations for changes from commitsd78ad756
tob9ae6607
Co-authored-by: Maurycy Zarzycki <maurycy@evidentlycube.com>
26 lines
540 B
Plaintext
26 lines
540 B
Plaintext
title: $:/language/Help/default
|
|
|
|
\define commandTitle()
|
|
$:/language/Help/$(command)$
|
|
\end
|
|
\whitespace trim
|
|
```
|
|
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>
|
|
```
|