mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +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
|
tags: $:/tags/MoreSideBar
|
||||||
caption: {{$:/language/SideBar/Recent/Caption}}
|
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]]">
|
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
||||||
<div class="tc-menu-list-item">
|
<div class="tc-menu-list-item">
|
||||||
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
||||||
@ -12,3 +14,4 @@ title: $:/snippets/recentchanges
|
|||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
</$list>
|
</$list>
|
||||||
|
\end
|
Loading…
x
Reference in New Issue
Block a user