First stab at a threaded commenting plugin

This commit is contained in:
Jermolene
2018-06-21 08:36:15 +01:00
parent 23797b05a1
commit acaa07a964
12 changed files with 199 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
title: $:/plugins/tiddlywiki/comments/header-view-template-segment
tags: $:/tags/ViewTemplate
list-before: $:/core/ui/ViewTemplate/body
<$list filter="[all[current]has[comment-target]]" variable="ignore">
<div class="tc-is-comment-header">
This tiddler is a comment on <$link to={{!!comment-target}}><$text text={{!!comment-target}}/></$link>
</div>
</$list>