mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
title: TimelineMacro
|
|
tags: Macros
|
|
modified: 20140905084423561
|
|
caption: timeline
|
|
|
|
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">>
|