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