mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 15:26:47 +00:00
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”.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
title: $:/plugins/tiddlywiki/text-slicer/templates/static/document
|
||||
|
||||
<$set name="tv-exclude-filter" value={{!!toc-exclude-filter}}>
|
||||
|
||||
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler" listItem="item"/>
|
||||
|
||||
</$set>
|
||||
|
||||
Reference in New Issue
Block a user