mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-27 02:20:28 +00:00
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/static/paragraph
|
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
|
|
|
`<p>`
|
|
|
|
<$view field="text" format="htmlencodedplainwikified"/>
|
|
|
|
`</p>`
|
|
|
|
</$list>
|