1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Update documentation to reflect actual way timeline macro currently works. (#2781)

This commit is contained in:
Marxsal 2017-02-23 02:59:40 -08:00 committed by Jeremy Ruston
parent 7c2d519d4f
commit 617ec82a22

View File

@ -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">>