mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-19 13:42:52 +00:00
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
title: $:/plugins/tiddlywiki/comments/sidebar
|
|
tags: $:/tags/SideBar
|
|
caption: Comments
|
|
|
|
<div class="tc-timeline">
|
|
<$list filter="[all[tiddlers+shadows]has[comment-target]has[modified]!sort[modified]eachday[modified]]">
|
|
<div class="tc-menu-list-item">
|
|
<$view field="modified" format="date" template="DDth MMM YYYY"/>
|
|
<$list filter="[all[tiddlers+shadows]has[comment-target]sameday:modified{!!modified}!sort[modified]]">
|
|
<div class="tc-menu-list-subitem">
|
|
<$link>Comment by '<$view field="modifier">(anonymous)</$view>' on <$text text={{!!comment-target}}/></$link>
|
|
</div>
|
|
</$list>
|
|
</div>
|
|
</$list>
|
|
</div>
|