mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/plain/paragraph
|
|
|
|
\define body()
|
|
<div>
|
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</div>
|
|
\end
|
|
|
|
<<body>>
|