mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Replace snippet/recentchanges with timeline macro
This commit is contained in:
parent
a599b76b0c
commit
c1de85838f
@ -2,4 +2,4 @@ title: $:/core/ui/MoreSideBar/Recent
|
||||
tags: $:/tags/MoreSideBar
|
||||
caption: {{$:/language/SideBar/Recent/Caption}}
|
||||
|
||||
{{$:/snippets/recentchanges}}
|
||||
<<timeline>>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user