Created
August 3, 2013 14:37
-
-
Save epramono/6146682 to your computer and use it in GitHub Desktop.
A custom URL action in Drafts that creates a new entry in the default list of the Reminder app. The entry will be converted as a new row in a Google Spreadsheet file entitled "Expenses" using a specific IFTTT recipe. The Google Spreadsheet recipe uses ||| as the column separator.
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/create? | |
text=Expenses%0A[[date|%-m/%-d/%y]]%7C%7C%7C[[date|%-I:%M:%S %p]]%7C%7C%7C[[line|1]]%7C%7C%7C[[line|2]]%7C%7C%7C[[line|3]]& | |
action=Reminder& | |
afterSuccess=Delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment