1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/fields.tid
2015-01-19 19:37:26 +00:00

18 lines
632 B
Plaintext

created: 20140924115616653
modified: 20150119192440000
tags: [[Filter Operators]] [[Field Operators]]
title: fields Operator
type: text/vnd.tiddlywiki
caption: fields
purpose: get all fields of the input tiddlers
<$macrocall $name=".operator-def"
input="a [[selection|Title Selections]] of tiddler titles"
parameter="none"
output="the [[selection|Title Selections]] of all field names contained in the input tiddlers"
/>
Each input title is processed in turn. Its list of field names is retrieved (in no particular order) and then [[dominantly appended|Dominant Append]] to the operator's output.
<<.operator-examples "fields">>