Trim Saga: Edit and View templates (#6276)

* the text/vnd-tiddlywiki tiddler and language

* adding trim: edit and view templates
This commit is contained in:
Cameron Fischer
2022-03-26 14:16:01 +00:00
committed by GitHub
parent 758d590837
commit b9ae6607c0
11 changed files with 41 additions and 16 deletions
+4 -1
View File
@@ -3,6 +3,7 @@ title: $:/language/Help/default
\define commandTitle()
$:/language/Help/$(command)$
\end
\whitespace trim
```
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
@@ -11,7 +12,9 @@ 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>
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
&#32;
<$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>