Table of contents
Flow - drinsert
Description
Opens the Drafts app and triggers the creation of a new draft through dictation.
Variables
Used
No variables are passed into this flow.
Created
The following variables are set-up by the flow.
Variable | Description |
---|---|
NotificationTitle | The title to be shown in any completion notification. |
NotificationMessage | The message to be shown in any completion notification. |
Termination
- External Trigger:
drcomplete
Flow
Scripting
Sample Code (AppleScript)
tell application id "com.runningwithcrayons.Alfred" to run trigger "drdictate" in workflow "com.thoughtasylum.doctordrafts"
URL
alfred://runtrigger/com.thoughtasylum.doctordrafts/drdictate/
Notes
- Supports new lines from Alfred input as “
\n
”. - Supports tab characters from Alfred input as “
\t
”.