diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid index d57ca6244..3247b329f 100644 --- a/core/ui/ImportListing.tid +++ b/core/ui/ImportListing.tid @@ -1,20 +1,32 @@ 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 +
+<$checkbox tiddler="$:/state/import/select-all" field="text" checked="checked" unchecked="unchecked" default="checked" actions=<>> <> + <>