mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
f223310d34
Part of #764
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
title: $:/snippets/recentchanges
|
|
|
|
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
|
<div class="tc-menu-list-item">
|
|
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
|
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
|
<div class="tc-menu-list-subitem">
|
|
<$link to={{!!title}}>
|
|
<$view field="title"/>
|
|
</$link>
|
|
</div>
|
|
</$list>
|
|
</div>
|
|
</$list>
|