Jump to content

Argus

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Argus reacted to deanishe in [SOLVED] Trying to make TextEdit workflow to open new window   
    Your script is wrong/not compatible with Run Script.
     
    on alfred_script(q) is only for Run NSAppleScript (which you shouldn’t use).
     
    For a regular Run Script action, just use:

    tell application "TextEdit"     make new document     activate end tell
     
     
×
×
  • Create New...