title: $:/core/ui/ImportListing \define lingo-base() $:/language/Import/ \define messageField() message-$(payloadTiddler)$ \end \define selectionField() selection-$(payloadTiddler)$ \end \define previewPopupState() $(currentTiddler)$!!popup-$(payloadTiddler)$ \end \define select-all-actions() <$list filter="[all[current]plugintiddlers[]sort[title]]" variable="payloadTiddler"> <$action-setfield $field={{{ [addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/> \end <$list filter="[all[current]plugintiddlers[]sort[title]]" variable="payloadTiddler">
<$checkbox tiddler="$:/state/import/select-all" field="text" checked="checked" unchecked="unchecked" default="checked" actions=<>> <> <> <>
<$checkbox field=<> checked="checked" unchecked="unchecked" default="checked"/> <$reveal type="nomatch" stateTitle=<> text="yes" tag="div"> <$button class="tc-btn-invisible tc-btn-dropdown" setTitle=<> setTo="yes"> {{$:/core/images/right-arrow}} <$text text=<>/> <$reveal type="match" stateTitle=<> text="yes" tag="div"> <$button class="tc-btn-invisible tc-btn-dropdown" setTitle=<> setTo="no"> {{$:/core/images/down-arrow}} <$text text=<>/> <$view field=<>/>
<$reveal type="match" text="yes" stateTitle=<> tag="div"> <$list filter="[{$:/state/importpreviewtype}has[text]]" variable="listItem" emptyMessage={{$:/core/ui/ImportPreviews/Text}}> <$transclude tiddler={{$:/state/importpreviewtype}}/>