mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 16:54:37 +00:00
Add Macedonian language
Thanks Nikola Dio Petkovski
This commit is contained in:
26
languages/mk-MK/Help/default.tid
Normal file
26
languages/mk-MK/Help/default.tid
Normal file
@@ -0,0 +1,26 @@
|
||||
title: $:/language/Help/default
|
||||
description:
|
||||
|
||||
\define commandTitle()
|
||||
$:/language/Help/$(command)$
|
||||
\end
|
||||
\whitespace trim
|
||||
```
|
||||
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
||||
```
|
||||
|
||||
Available commands:
|
||||
|
||||
<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>
|
||||
|
||||
To get detailed help on a command:
|
||||
|
||||
```
|
||||
tiddlywiki --help <command>
|
||||
```
|
||||
Reference in New Issue
Block a user