mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
4ea5dce284
1. Switch from using the text field of lists for storing the associated filter to using the field `toc-list-filter` (to make it harder to accidentally parse the text of an ordinary tiddler as a filter) 2. Fix several bugs
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/ui/preview-column
|
|
tags: $:/tags/AboveStory
|
|
|
|
<$scrollable fallthrough="no" class="tc-document-preview-column">
|
|
|
|
<$vars tv-default-heading-state="closed" tv-heading-status-config-prefix="preview-column">
|
|
|
|
<$list filter="[toc-type[document]!has[draft.of]sort[title]]" template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/document"/>
|
|
|
|
</$vars>
|
|
|
|
</$scrollable>
|