1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-09 12:40:37 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/interactive/paragraph.tid
Jermolene b4aa895cac Text-slicer: add support for exclude filters
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”.
2015-09-01 09:59:23 +01:00

16 lines
266 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/paragraph
\define body()
<$link tag="div" class="tc-document-tiddler-link">
<$list filter="""[all[current]] $(tv-exclude-filter)$""" listItem="item">
<$transclude/>
</$list>
</$link>
\end
<<body>>