2015-08-31 15:49:47 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/ui/preview-column
|
2015-08-30 18:15:04 +00:00
|
|
|
tags: $:/tags/AboveStory
|
|
|
|
|
|
|
|
<$scrollable fallthrough="no" class="tc-document-preview-column">
|
|
|
|
|
2016-02-28 20:18:01 +00:00
|
|
|
<$vars
|
|
|
|
tv-default-heading-state="open"
|
|
|
|
>
|
|
|
|
|
2015-11-05 12:32:57 +00:00
|
|
|
<$list filter="[toc-type[document]!has[draft.of]sort[title]limit[1]]" emptyMessage={{$:/plugins/tiddlywiki/text-slicer/ui/preview-column/empty}}>
|
2015-08-30 18:15:04 +00:00
|
|
|
|
2015-11-05 12:32:57 +00:00
|
|
|
<$list filter="[toc-type[document]!has[draft.of]sort[title]butfirst[1]limit[1]]" emptyMessage={{$:/plugins/tiddlywiki/text-slicer/ui/preview-column/single}} template="$:/plugins/tiddlywiki/text-slicer/ui/preview-column/multiple"/>
|
2015-08-30 18:15:04 +00:00
|
|
|
|
2015-11-05 12:32:57 +00:00
|
|
|
</$list>
|
2015-08-30 18:15:04 +00:00
|
|
|
|
2016-02-28 20:18:01 +00:00
|
|
|
</$vars>
|
|
|
|
|
2015-08-30 18:15:04 +00:00
|
|
|
</$scrollable>
|