From 617ec82a2295aea93c70a38a3e262102b36211b3 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Thu, 23 Feb 2017 02:59:40 -0800 Subject: [PATCH] Update documentation to reflect actual way timeline macro currently works. (#2781) --- editions/tw5.com/tiddlers/macros/TimelineMacro.tid | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/editions/tw5.com/tiddlers/macros/TimelineMacro.tid b/editions/tw5.com/tiddlers/macros/TimelineMacro.tid index 355604fca..977b101a8 100644 --- a/editions/tw5.com/tiddlers/macros/TimelineMacro.tid +++ b/editions/tw5.com/tiddlers/macros/TimelineMacro.tid @@ -1,8 +1,9 @@ -created: 20150220180357000 -modified: 20150221224401000 -title: timeline Macro -tags: Macros [[Core Macros]] caption: timeline +created: 20150220180357000 +modified: 20170223033633361 +tags: Macros [[Core Macros]] +title: timeline Macro +type: text/vnd.tiddlywiki The <<.def timeline>> [[macro|Macros]] returns a list of tiddlers in reverse chronological order of modification (or some other [[date field|Date Fields]]), grouped by day. @@ -19,6 +20,6 @@ The <<.def timeline>> [[macro|Macros]] returns a list of tiddlers in reverse chr The tiddlers are selected by means of a [[filter expression|Filter Expression]], into which the <<.param subfilter>> and <<.param limit>> parameters are spliced as follows: -> `[!is[system]$subfilter$has[modified]!sort[modified]limit[$limit$]eachday[modified]]` +> `[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]` <<.macro-examples "timeline">>