Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Timeline (macro)
TiddlyWiki Community Wiki
This page's contents need to be reviewed and/or refactored to comply with TiddlyWiki.org's quality standards.
Please improve the article, or discuss the issue on the talk page.
This macro creates a list of tiddlers sorted by date.
[edit] Usage
<<timeline [date] [length] [format]>>
The three macro parameters are:
- date to sort by ("modified" by default; could also be "created")
- maximum length (amount of tiddlers to show; all by default)
- date format
[edit] Example
The following code shows all tiddlers, sorted by their modified date, and using a custom date format:
<<timeline "modified" "0" "ddd, YYYY-0MM-0DD">>

