Table of contents
Flow - drsearch
Description
Searches draft content for the text passed in via query
, and allows the user to select a matching draft.
When the draft is identified, the flow passes on the UUID of the matched draft to another flow, to open it in Drafts.
Variables
Used
The following variables can be passed in and will be processed by the flow.
Variable | Description |
---|---|
query | The text to match against the draft content. |
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:
dropenuuid
- External Trigger:
drcopy
- External Trigger:
drredirurl
- External Trigger:
drurl
Flow
Notes
- The search is a contains search,.
- Holding down
^
while pressing return (or clicking on the matching draft in the list) will copy the URL for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft URL action. - Holding down
⇧^
while pressing return (or clicking on the matching draft in the list) will copy the redirect web URL for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft Redirect URL action. - Holding down
⌘
while pressing return (or clicking on the matching draft in the list) will copy the content for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft Content action.