1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-06 02:40:44 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/static/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
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>>