mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 04:47:01 +00:00
Comments plugin: Switch to using the list field to attach comments
https://github.com/Jermolene/TiddlyWiki5/issues/3378#issuecomment-413137626
This commit is contained in:
@@ -2,7 +2,7 @@ title: $:/plugins/tiddlywiki/comments/comments-template
|
||||
|
||||
<div class="tc-comments">
|
||||
<ol class="tc-comment-list">
|
||||
<$list filter="[all[tiddlers+shadows]comment-target<currentTiddler>sort[created]!has[draft.of]]">
|
||||
<$list filter="[all[tiddlers+shadows]role[comment]contains<currentTiddler>sort[created]!has[draft.of]]">
|
||||
<li>
|
||||
<div class="tc-comment-entry">
|
||||
<div class="tc-comment-entry-heading">
|
||||
|
||||
Reference in New Issue
Block a user