2015-08-31 16:49:47 +01:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/paragraph
|
2015-08-30 19:15:04 +01:00
|
|
|
|
2015-09-01 09:59:23 +01:00
|
|
|
\define body()
|
2015-09-12 09:41:25 +01:00
|
|
|
<$link tag="div" class="tc-document-tiddler-link tc-document-tiddler">
|
2015-08-30 19:15:04 +01:00
|
|
|
|
2015-09-04 08:42:07 +01:00
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
2015-09-01 09:59:23 +01:00
|
|
|
|
2015-08-30 19:15:04 +01:00
|
|
|
<$transclude/>
|
|
|
|
|
2015-09-01 09:59:23 +01:00
|
|
|
</$list>
|
|
|
|
|
2015-08-30 19:15:04 +01:00
|
|
|
</$link>
|
2015-09-01 09:59:23 +01:00
|
|
|
\end
|
|
|
|
|
|
|
|
<<body>>
|