Last active
December 20, 2015 15:29
-
-
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.
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
| 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