mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
|
title: $:/language/Help/commands
|
||
|
description: Lance les commandes retournées par un filtre
|
||
|
|
||
|
Lance la séquence des commandes retournées par un filtre
|
||
|
|
||
|
```
|
||
|
--commands <filtre>
|
||
|
```
|
||
|
|
||
|
Exemples
|
||
|
|
||
|
```
|
||
|
--commands "[enlist{$:/commandes-build-sous-forme-de-texte}]"
|
||
|
```
|
||
|
|
||
|
```
|
||
|
--commands "[{$:/commandes-build-sous-forme-json}jsonindexes[]] :map[{$:/commandes-build-sous-forme-json}jsonget<currentTiddler>]"
|
||
|
```
|