mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 01:03:01 -07:00
18 lines
No EOL
367 B
Text
18 lines
No EOL
367 B
Text
title: $:/language/Help/commands
|
|
description: Ausführen von Befehlen aus einem Filter
|
|
|
|
Sequentielle Abarbeitung von Befehlen aus einem Filter.
|
|
|
|
```
|
|
--commands <filter>
|
|
```
|
|
|
|
Beispiele
|
|
|
|
```
|
|
--commands "[enlist:raw{$:/build-commands-as-text}]"
|
|
```
|
|
|
|
```
|
|
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
|
|
``` |