1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-31 07:32:59 +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:
Jermolene
2015-09-01 09:59:23 +01:00
parent 17dc21b809
commit b4aa895cac
11 changed files with 67 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ title: $:/plugins/tiddlywiki/text-slicer/ui/document/header
''Document'': <$link><$view field="title"/></$link>
''Exclude tags'': <$edit-text field="toc-exclude-tags"/>
''Exclude filter'': <$edit-text field="toc-exclude-filter"/>
<$checkbox tiddler=<<config-show-toolbar>> field="text" checked="yes" unchecked="no" default="no"> Show toolbar</$checkbox>