mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
d727046948
Going back to 100; 250 was a typo.
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="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>
|