Text-slicer: Add support for notes within documents

This commit is contained in:
Jermolene
2016-02-01 21:26:11 +00:00
parent b8aa60cdab
commit 176d2ccd76
8 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/note
\define body()
<div class="tc-slice-note">
<$link tag="div" class="tc-document-tiddler-link tc-document-tiddler">
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
<$transclude/>
</$list>
</$link>
</div>
\end
<<body>>