Table of contents
Create a New Draft
Description
Doctor Drafts allows you to create a new draft directly from Alfred. Alfred’s text entry field is not great for entering lots of text, but if you are used to firing off Alfred to accomplish tasks and just need a bit of text capturing, this can be a handy option. It allows you to enter a string of text and create a new draft containing that text in the background.
Steps
- Trigger Alfred.
- Type in
drnew
followed by a space. - Type in the content you want to have in the draft.
- Press return.
Notes
- If you want to enter a new line, use
\n
; this is then interpreted to create a new line in Drafts. - If you want to enter a tab character, use
\t
; this is then interpreted to create a tab character in Drafts. - If you want to enter a lot of text, you would be better off triggering Drafts’ Quick Capture window.
- Holding down
⌘
while pressing return will trigger the additional option to select and run an action against the new draft.- Running an action will force the draft to be loaded into Drafts and brought to the foreground to enable the running of the action.
Create and Open a New Draft
Description
Doctor Drafts allows you to create a new draft directly from Alfred. Alfred’s text entry field is not great for entering lots of text, but if you are used to firing off Alfred to accomplish tasks and just need a bit of text capturing, this can be a handy option. It allows you to enter a string of text and create a new draft containing that text. Drafts is brought to the foreground with the new draft loaded into the editor, ready for further editing/action.
Steps
- Trigger Alfred.
- Type in
dropennew
followed by a space. - Type in the content you want to have in the draft.
- Press return.
Notes
- If you want to enter a new line, use
\n
; this is then interpreted to create a new line in Drafts. - If you want to enter a tab character, use
\t
; this is then interpreted to create a tab character in Drafts. - If you want to enter a lot of text, you would be better off triggering Drafts’ Quick Capture window.
- Holding down
⌘
while pressing return will trigger the additional option to select and run an action against the new draft.