mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 07:40:52 -07:00
15 lines
294 B
Text
15 lines
294 B
Text
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>>
|