purpose | select all values of a field in the input titles |
---|---|
input | a selection of titles |
parameter | F = the name of a field |
output | the values of field F in each of the input titles |
Each input title is processed in turn. If the corresponding tiddler contains field F
, and the value of this field is not empty, then its value is appended to the output.
Unlike most other Filter Operators, the selection output by get
can contain duplicates. To avoid duplicates, use each[F]get[F]
.