title: $:/core/macros/timeline tags: $:/tags/Macro \define timeline(limit:"100",format:"DDth MMM YYYY",subfilter:"")
<$list filter="[!is[system]$subfilter$has[modified]!sort[modified]limit[$limit$]eachday[modified]]">
<$view field="modified" format="date" template="$format$"/> <$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
<$link to={{!!title}}> <$view field="title"/>
\end