mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
title: $:/language/Help/commands
|
|
description: Run commands returned from a filter
|
|
|
|
Sequentially run the command tokens returned from a filter
|
|
|
|
```
|
|
--commands <filter>
|
|
```
|
|
|
|
Examples
|
|
|
|
```
|
|
--commands "[enlist{$:/build-commands-as-text}]"
|
|
```
|
|
|
|
```
|
|
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
|
|
```
|