1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/templates/interactive/item.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

12 lines
175 B
Plaintext

title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/item
\define body()
<$link tag="li" class="tc-document-tiddler-link">
<$transclude/>
</$link>
\end
<<body>>