mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
20 lines
330 B
Plaintext
20 lines
330 B
Plaintext
|
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>>
|