1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 00:03:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/eachday.tid

18 lines
898 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
2015-02-10 16:21:53 +00:00
modified: 20150210161620000
tags: [[Filter Operators]] [[Group Operators]] [[Date Operators]]
title: eachday Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: eachday
op-purpose: select one of each group of input titles by date
op-input: a [[selection of titles|Title Selection]]
2015-02-10 16:21:53 +00:00
op-parameter: the name of a [[date field|Date Fields]], defaulting to <<.field modified>>
op-parameter-name: F
op-output: a selection containing the first input title encountered for each distinct value (ignoring times of day) of field <<.place F>>
2014-04-10 18:56:51 +00:00
Each input title is processed in turn. The value of field <<.place F>> in the corresponding tiddler is examined, and as long as this indicates a date that has not been encountered before, the title is appended to the output.
2014-04-10 18:56:51 +00:00
If a tiddler doesn't contain field <<.place F>>, it contributes nothing to the output.
2014-04-10 18:56:51 +00:00
<<.operator-examples "eachday">>