title: $:/plugins/tiddlywiki/comments/comments-template
    <$list filter="[all[tiddlers+shadows]comment-targetsort[created]!has[draft.of]]">
  1. <$link>{{!!creator}} at <$view field="modified" format="date" template="0hh:0mm:0ss DDD DDth MMM YYYY"/> <$reveal state="$:/status/IsReadOnly" type="match" text="no" default="no" tag="span"> <$reveal type="match" state="!!edit-mode" text="yes"> <$button> <$action-setfield $tiddler=<> $field="edit-mode" $value="no"/> <$action-setfield $tiddler=<> $field="text" $value={{!!saved-text}}/> cancel <$button> <$action-deletetiddler $tiddler=<>/> delete <$button> <$action-setfield $tiddler=<> $field="edit-mode" $value="no"/> save <$reveal type="nomatch" state="!!edit-mode" text="yes"> <$button> <$action-setfield $tiddler=<> $field="edit-mode" $value="yes"/> <$action-setfield $tiddler=<> $field="saved-text" $value={{!!text}}/> edit
    <$reveal type="match" state="!!edit-mode" text="yes"> <$edit-text tiddler=<> tag="textarea"/> <$reveal type="nomatch" state="!!edit-mode" text="yes"> <$transclude tiddler=<> mode="block"/> <$transclude tiddler="$:/plugins/tiddlywiki/comments/add-comment-button" mode="inline"/>
    <$transclude tiddler="$:/plugins/tiddlywiki/comments/comments-template" mode="inline"/>