TiddlyWiki5/core/language/en-GB/Help/commands.tid

19 lines
365 B
Plaintext
Raw Normal View History

title: $:/language/Help/commands
description: Run commands returned from a filter
2022-12-04 11:03:51 +00:00
Sequentially run the command tokens returned from a filter
```
--commands <filter>
```
Examples
2022-12-04 11:03:51 +00:00
```
--commands "[enlist:raw{$:/build-commands-as-text}]"
2022-12-04 11:03:51 +00:00
```
2022-12-04 11:03:51 +00:00
```
--commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
```