Skip to content

Instantly share code, notes, and snippets.

@epramono
Last active December 20, 2015 15:29
Show Gist options
  • Select an option

  • Save epramono/6154464 to your computer and use it in GitHub Desktop.

Select an option

Save epramono/6154464 to your computer and use it in GitHub Desktop.
This action allows you to convert each line in your current Drafts post into separate reminders in Due. Requires: Drafts 3.5.4 and Due 1.8.
due://x-callback-url/add?
title=[[title]]&
x-source=Drafts&
x-cancel=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Reminders%20to%20Due&
allowEmpty=NO&
afterSuccess=Delete}}
&x-success=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Reminders%20to%20Due&
allowEmpty=NO&
afterSuccess=Delete}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment