Link Search Menu Expand Document
Table of contents
  1. Flow - drinfo-skip
    1. Description
    2. Variables
      1. Used
      2. Created
    3. Termination
    4. Flow
    5. Scripting
      1. Sample Code (AppleScript)
      2. URL
    6. Notes

Flow - drinfo-skip

Description

Triggers an automated selection of information listing from a predefined list of options. Some of these options will provide further search options for online references, some will simply open a single online reference, and some will simply open local quick reference information files.

Variables

Used

The following variables can be passed in and will be processed by the flow.

Variable Description
query * The name of the information flow to trigger.

* These are mandatory for triggering this flow.

Created

No variables are created by this flow.

Termination

Flow

drinfo-skip

Scripting

Sample Code (AppleScript)

tell application id "com.runningwithcrayons.Alfred" to run trigger "drinfoskip" in workflow "com.thoughtasylum.doctordrafts" with argument "drdoc"

URL

alfred://runtrigger/com.thoughtasylum.doctordrafts/drinfo-skip/?argument=drdoc

Notes

  • None.