mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/image
|
|
|
|
\define body()
|
|
<$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>
|
|
\end
|
|
|
|
<<body>>
|