×

Input Text

iOS 14 +

Notes

Open Toolbox Pro into a basic text editor. Use it to input text or edit the given text. The result is copied to the clipboard. Add a 'wait to return' and 'get contents of clipboard' after this one.

Syntax

editText(textType: <#Enumeration (TextType)#>, text: <#Array#>, openURL: <#Boolean#>, postURL: <#String (Allows Variables)#>, title: <#String (Allows Variables)#>)

Example

editText(textType: newText, text: ["Cool Text"], openURL: true, postURL: ""shortcuts://"", title: ""Editing Text"")