mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Update documentation to reflect actual way timeline macro currently works. (#2781)
This commit is contained in:
parent
7c2d519d4f
commit
617ec82a22
@ -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">>
|
||||
|
Loading…
Reference in New Issue
Block a user