Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

Timeline (macro)

TiddlyWiki Community Wiki

Jump to: navigation, search
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:

  1. date to sort by ("modified" by default; could also be "created")
  2. maximum length (amount of tiddlers to show; all by default)
  3. 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">>

[edit] External Resources

Personal tools