Skip to content

Instantly share code, notes, and snippets.

@epramono
Created September 23, 2013 15:32
Show Gist options
  • Save epramono/6672279 to your computer and use it in GitHub Desktop.
Save epramono/6672279 to your computer and use it in GitHub Desktop.
This action allows you to share the first three lines of your draft to any number of built-in actions in Drafts. This approach also supports Email actions, Message actions, Dropbox actions, and Evernote actions that you may have created. It also works with custom URL actions that **do not have** an `x-success` parameter attached to it. This appr…
drafts://x-callback-url/create?
text=[[line|..3]]&
action=[[line|4]]&
x-success=
{{drafts://x-callback-url/create?
text=[[line|..3]]%0A[[line|5..]]&
action=Share...&
afterSuccess=Delete}}&
afterSuccess=Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment