1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-15 00:14:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/TimelineMacro.tid

22 lines
537 B
Plaintext
Raw Normal View History

2014-09-08 17:58:48 +00:00
title: TimelineMacro
2014-09-08 20:03:59 +00:00
tags: macros Macros
2014-09-08 17:58:48 +00:00
modified: 20140905084423561
The timeline macro produces a list of tiddlers in reverse chronological order of modification date that is grouped by the date of the day of modification.
! Parameters
|!Position |!Name |!Description |!Default |
|1st |limit |The maximum number of tiddlers to list |100 |
|2nd |format |A DateFormat string for formatting the date |DDth MMM YYYY |
! Examples
```
<<timeline limit:30 format:"DD/MM/YYYY">>
```
Renders as:
<<timeline limit:30 format:"DD/MM/YYYY">>