@drafts is it possible to open the "new draft" command from control center via a shortcut? I am getting close but it's not quite the same. I could be configuring the shortcut incorrectly too
@jjlsetter What problem are you running into? There's no need for a shortcut, just use the Drafts control center control, and select that "New Draft" as it's associated command.
@drafts So I'm trying to open a new draft via shortcut the same way the command center command does while it's invoked with a shortcuts folder when long pressing the action button. I have a new draft shortcut and another shortcut that pop up when long pressing the button. But currently how I have set up the shortcut, it doesn't quite open the same as the command center command.

@jjlsetter Not sure what is in your Shortcut. The control does two things, creates a draft and opens it in the app...so your shortcut would need to do that as well. So a "Create Draft" action, followed by an "Open Draft" action that opened the draft created in the previous step.

Or you could use an Open URL action that opens “drafts://create”, which would be the same thing.

@drafts The open url worked! Thanks!