mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +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”.
12 lines
175 B
Plaintext
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>>
|