1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-13 15:59:42 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/static/paragraph.tid

12 lines
237 B
Plaintext
Raw Normal View History

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>