mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 06:27:19 +00:00
First stab at a threaded commenting plugin
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user