mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs: Align description with example (#7339)
This commit is contained in:
parent
6732d96f78
commit
2bac676ac4
@ -32,7 +32,7 @@ For example, the items "abc" and "123" can be appended to the field `myfield` us
|
|||||||
<$action-listops $field="myfield" $subfilter="abc 123"/>
|
<$action-listops $field="myfield" $subfilter="abc 123"/>
|
||||||
```
|
```
|
||||||
|
|
||||||
The same can be achieved using the `$filter` attribute and prepending the [[Filter Run]] `[all[current]get[myfield]enlist-input[]]` to the [[Filter Expression]]:
|
The same can be achieved using the `$filter` attribute and prepending the [[Filter Run]] `[enlist{!!myfield}]` to the [[Filter Expression]]:
|
||||||
|
|
||||||
```
|
```
|
||||||
<$action-listops $field="myfield" $filter="[enlist{!!myfield}] abc 123"/>
|
<$action-listops $field="myfield" $filter="[enlist{!!myfield}] abc 123"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user