2018-06-21 07:36:15 +00:00
|
|
|
title: $:/plugins/tiddlywiki/comments/sidebar
|
|
|
|
tags: $:/tags/SideBar
|
|
|
|
caption: Comments
|
|
|
|
|
|
|
|
<div class="tc-timeline">
|
2018-08-15 12:50:29 +00:00
|
|
|
<$list filter="[all[tiddlers+shadows]role[comment]has[modified]!sort[modified]eachday[modified]]">
|
2018-06-21 07:36:15 +00:00
|
|
|
<div class="tc-menu-list-item">
|
|
|
|
<$view field="modified" format="date" template="DDth MMM YYYY"/>
|
2018-08-15 12:50:29 +00:00
|
|
|
<$list filter="[all[tiddlers+shadows]role[comment]sameday:modified{!!modified}!sort[modified]]">
|
2018-06-21 07:36:15 +00:00
|
|
|
<div class="tc-menu-list-subitem">
|
2018-08-15 12:50:29 +00:00
|
|
|
<$link>Comment by '<$view field="modifier">(anonymous)</$view>'</$link> on
|
|
|
|
<$list filter="[list<currentTiddler>sort[title]]">
|
|
|
|
<$link to=<<currentTiddler>>><$text text=<<currentTiddler>>/></$link>
|
|
|
|
</$list>
|
2018-06-21 07:36:15 +00:00
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
</div>
|