mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
Show fewer tiddlers in recent changes
This commit is contained in:
parent
f1578d3409
commit
c2d6086bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
title: $:/snippets/recentchanges
|
||||
|
||||
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
||||
<$list filter="[!is[system]has[modified]!sort[modified]limit[250]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]]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue