Skip to content

Instantly share code, notes, and snippets.

@epramono
Created August 3, 2013 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epramono/6146695 to your computer and use it in GitHub Desktop.
Save epramono/6146695 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 "Gas Fill Up" using a specific IFTTT recipe. The Google Spreadsheet recipe uses ||| as the column separator.
drafts://x-callback-url/create?
text=Gas%20Fill%20Up%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]]%7C%7C%7C[[line|4]]&
action=Reminder&
afterSuccess=Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment