mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
b4aa895cac
The exclude filter `+[tag[intro]]` will produce a document that only includes the paragraphs with the tag “intro”. These are derived from the paragraphs in the original document with the CSS class “intro”.
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/static/paragraph
|
|
|
|
\define body()
|
|
<div class="tc-document-tiddler-link">
|
|
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$""" listItem="item">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</div>
|
|
\end
|
|
|
|
<<body>>
|