From a1e500098470e3722ba12f55c73cd24839cf3516 Mon Sep 17 00:00:00 2001 From: nameanyone Date: Fri, 3 Jul 2015 15:31:18 -0700 Subject: [PATCH] Filter operator "recent": documentation --- editions/tw5.com/tiddlers/filters/recent.tid | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editions/tw5.com/tiddlers/filters/recent.tid diff --git a/editions/tw5.com/tiddlers/filters/recent.tid b/editions/tw5.com/tiddlers/filters/recent.tid new file mode 100644 index 000000000..4adeb8c96 --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/recent.tid @@ -0,0 +1,15 @@ +tags: [[Filter Operators]] [[Date Operators]] +title: recent Operator +type: text/vnd.tiddlywiki +caption: recent +op-purpose: filter the input by age +op-input: a [[selection of titles|Title Selection]] +op-suffix: the name of a [[date field|Date Fields]], defaulting to <<.field modified>> +op-suffix-name: F +op-parameter: a number of days, defaulting to 0 +op-parameter-name: D +op-output: those input tiddlers in which field <<.place F>> is at most <<.place D>> days old, ignoring time + +Select tiddlers where a specified date field (default "modified") is within the last N days (default 0, meaning today). + +<<.operator-examples "recent">>