<$list filter="[all[tiddlers+shadows]role[comment]containssort[created]!has[draft.of]]">
-
<$link>{{!!creator}} at <$view field="modified" format="date" template="0hh:0mm:0ss DDD DDth MMM YYYY"/>$link>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/CommentToolbarButton]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<> mode="inline"/>
$list>
<$reveal type="match" state="!!edit-mode" text="yes">
<$edit-text tiddler=<> tag="textarea" focus="true"/>
$reveal>
<$reveal type="nomatch" state="!!edit-mode" text="yes">
<$transclude tiddler=<> mode="block"/>
<$transclude tiddler="$:/plugins/tiddlywiki/comments/add-comment-button" mode="inline"/>
$reveal>
<$transclude tiddler="$:/plugins/tiddlywiki/comments/comments-template" mode="inline"/>
$list>