title: $:/plugins/tiddlywiki/comments/config \define select(description,filter) <$button> <$action-setfield $tiddler="$:/config/Comments/EnableFilter" $value=<<__filter__>>/> $description$ </$button> \end ! Wiki Comments <$checkbox tiddler="$:/config/Comments/EnableWikiComments" field="text" checked="yes" unchecked="no" default="no"> <$link to="$:/config/Comments/EnableWikiComments">Allow wiki-level comments as well as tiddler comments</$link> </$checkbox> ! Tiddler Comments This filter expression determines which tiddlers will have commenting enabled: <$edit-text tiddler="$:/config/Comments/EnableFilter" tag="input"/> Or you can choose a preselected filter: * <<select "All tiddlers except system tiddlers" "[all[current]!is[system]]">> * <<select "Only tiddlers tagged 'commentable'" "[all[current]tag[commentable]]">> * <<select "Disable all commenting" "">>