1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Replace snippet/recentchanges with timeline macro

This commit is contained in:
Jermolene 2014-09-08 18:20:30 +01:00
parent a599b76b0c
commit c1de85838f
2 changed files with 5 additions and 2 deletions

View File

@ -2,4 +2,4 @@ title: $:/core/ui/MoreSideBar/Recent
tags: $:/tags/MoreSideBar
caption: {{$:/language/SideBar/Recent/Caption}}
{{$:/snippets/recentchanges}}
<<timeline>>

View File

@ -1,5 +1,7 @@
title: $:/snippets/recentchanges
title: $:/core/macros/timeline
tags: $:/tags/Macro
\define timeline()
<$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}}/>
@ -12,3 +14,4 @@ title: $:/snippets/recentchanges
</$list>
</div>
</$list>
\end