Last active
December 20, 2015 14:29
-
-
Save epramono/6146622 to your computer and use it in GitHub Desktop.
A custom URL action in Drafts that allows you to create a packing list in Silo 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.
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
silo://x-callback-url/list_entity/add? | |
title=[[title]]& | |
notes={{<<ttravel>>}}[[body]]& | |
x-success={{drafts://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment