I've seen some weird hacky ways that people use to get text from Drafts to Editorial. They all seem to use the clipboard as an intermediary. I hate to use the clipboard in that way unless I have no other choice. Here is the right way to take a Draft and put it into Editorial:
editorial://new/[[title]].md?root=local&content=[[body]]
Here is the right way to take a Draft, put it into Editorial, and immediately run an Editorial Workflow.
editorial://new/[[title]].md?root=local&content=[[body]]&command={{Name of Workflow}}
I use this as part of my new Drafts -> Editorial -> Pelican workflow. It has replaced my Drafts -> Pythonista -> Pelican version. The old version worked, but it was hacky in its own right.