29th July 2026 at 7:01pm
The timeline macro groups tiddlers by the day found in a date field. The Recent tab in the sidebar is a single call to it, which is all the Output below is.
The nesting happens inside the macro:
- the outer filter uses
eachdayto yield one tiddler per distinct day - the inner filter uses
samedayto collect every tiddler falling on that day dateFieldchooses which field to read, so the same macro groups bycreatedjust as well as bymodified
The five dummy payload tiddlers below carry hand set modified dates. Nothing else here has a date field, so they are exactly what the timeline finds.
Pass format to change how each day is headed, and limit to cap how many tiddlers are considered.
| title | Output |