mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 11:53:26 -08:00
14 lines
429 B
Text
14 lines
429 B
Text
title: $:/snippets/recentchanges
|
|
|
|
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
|
<div class="tw-menu-list-item">
|
|
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
|
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
|
<div class="tw-menu-list-subitem">
|
|
<$link to={{!!title}}>
|
|
<$view field="title"/>
|
|
</$link>
|
|
</div>
|
|
</$list>
|
|
</div>
|
|
</$list>
|