From c7b56fe8818ea02de033193318c544eea5abf024 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 15 Nov 2015 02:48:51 +0100 Subject: * Add QuickLook support for "export settings" files * Add MGTemplateEngine to the QL plugin * Reorder the generator code a bit, so it's not one monolithic function * Add constants for some other sfp format types --- .../SPQLPluginExportSettingsTemplate.html | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Resources/English.lproj/SPQLPluginExportSettingsTemplate.html (limited to 'Resources') diff --git a/Resources/English.lproj/SPQLPluginExportSettingsTemplate.html b/Resources/English.lproj/SPQLPluginExportSettingsTemplate.html new file mode 100644 index 00000000..29a2e9d7 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginExportSettingsTemplate.html @@ -0,0 +1,77 @@ + + + + + + + +
+ + + + + + + + +
+
+ Sequel Pro Saved Export Settings
+ {{ filename }} +


+
+ + + + + + + {% if customFilename %} + + + + + {% /if %} + + + + + + + + + + + + + + + +
Path: {{ exportPath }}
Filename: {{ part.name }}{{ part.name }}
Format: {{ exportType }}
Compression: {{ compressionFormat }}
Input data: {{ exportSource }}
Low Memory:

(format specific settings not shown)
+
+
+ + -- cgit v1.2.3