Table of contents
Create Draft
Description
Doctor Drafts allows you to create a new draft directly from selected text using a custom Alfred universal action. Select the text, trigger the Alfred Universal Action hot key combination, and select the “Create Draft” action. A new draft will be created for the text selection.
External Call
This universal action is configured to call the drnew
flow.
Open New Draft
Description
Doctor Drafts allows you to create and open a new draft directly from selected text using a custom Alfred universal action. Select the text, trigger the Alfred Universal Action hot key combination, and select the “Open New Draft” action. A new draft will be created for the text selection and opened in the Drafts app ready for editing.
External Call
This universal action is configured to call the dropennew
flow.
Append to Draft
Description
Doctor Drafts allows you to add text to the end of an existing draft directly from a text selection using a custom Alfred universal action. Select the text, trigger the Alfred Universal Action hot key combination, and select the “Append to Draft” action. You will then be prompted to search for and select the draft you want to append to. The draft will be appended to with the selected text.
External Call
This universal action is configured to call the drappend
flow.
Notes
- The search for the draft to append to is a draft content search.
Prepend to Draft
Description
Doctor Drafts allows you to add text to the start of an existing draft directly from a text selection using a custom Alfred universal action. Select the text, trigger the Alfred Universal Action hot key combination, and select the “Prepend to Draft” action. You will then be prompted to search for and select the draft you want to prepend to. The draft will be prepended to with the selected text.
External Call
This universal action is configured to call the drprepend
flow.
Notes
- The search for the draft to append to is a draft content search.