×

Preview

iOS 14 +

Notes

Given a list of images and text, this tool will display them in order in a window in Toolbox Pro. You can add interactive elements and formatting - check the tool description in the app for more details.

Syntax

quickLookExtended(title: <#String (Allows Variables)#>, body: <#Variable#>, openURL: <#Boolean#>, postURL: <#String (Allows Variables)#>, theme: <#Enumeration (PreviewThemes)#>, imageSize: <#Enumeration (PreviewImageSize)#>, imageAlignment: <#Enumeration (PreviewAlignment)#>, imageShadows: <#Boolean#>, textAlignment: <#Enumeration (PreviewAlignment)#>, buttonStyle: <#Enumeration (PreviewButtonStyle)#>, buttonRadius: <#Integer#>, imageMask: <#Enumeration (PreviewImageMask)#>, imageRadius: <#Integer#>, mapPin: <#Boolean#>, mapZoom: <#Double#>, mapInteractivity: <#Boolean#>, mapSize: <#Enumeration (MapSize)#>)

Example

quickLookExtended(title: ""This shortcut's input"", body: ShortcutInput, openURL: true, postURL: ""shortcuts://"", theme: Midnight, imageSize: fullWidth, imageAlignment: Central, imageShadows: true, textAlignment: central, buttonStyle: textOnly, buttonRadius: 15, imageMask: default, imageRadius: 100, mapPin: false, mapZoom: 0.0, mapInteractivity: false, mapSize: Short)