Skip to content

Instantly share code, notes, and snippets.

@epramono
Created August 3, 2013 14:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epramono/6146660 to your computer and use it in GitHub Desktop.
Save epramono/6146660 to your computer and use it in GitHub Desktop.
A custom URL action in Drafts that allows you to create a packing list in Clear based on a comma-separated list stored in TextExpander Touch under the snippet <<travel>>. The default list will be appended with a comma-separated list you write in the [[body]] of your Drafts post. The [[title]] is reserved for the list title.
clearapp://list/create?
listName=[[title]]&
tasks={{<<ttravel>>}}%20[[body]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment