Created
August 5, 2013 08:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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