This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

get Operator

 9th March 2023 at 4:38pm
purposeselect all values of a field in the input titles
inputa selection of titles
parameterF=the name of a field
outputthe values of field F in each of the input titles

Learn more about how to use Filters

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.

Tip
Unlike most other Filter Operators, the selection output by get can contain duplicates. To avoid duplicates, use get[F]unique[].

Examples