Skip to content

Instantly share code, notes, and snippets.

@epramono
Created August 5, 2013 08:30
Show Gist options
  • Save epramono/6154298 to your computer and use it in GitHub Desktop.
Save epramono/6154298 to your computer and use it in GitHub Desktop.
If you want to compose your own custom URL actions in Drafts, you're going to need this action. This is one of my most frequently used actions. It will create a new URL action in Drafts whose name equals to `[[title]]` and the URL equals to `[[body]]` of the current post. Requires: Drafts 2.5
drafts://x-callback-url/import_action?
type=URL&
name=[[title]]&
url=[[body]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment