Skip to content

Instantly share code, notes, and snippets.

View epramono's full-sized avatar

Eric Pramono epramono

View GitHub Profile
@epramono
epramono / UploadPhotoAndTweetLink
Last active December 25, 2015 04:49
Upload the last photo in your Camera Roll to Dropbox and get the link pasted to your Tweetbot compose window. Requires: Tweetbot 1.4 and Launch Center Pro 2.0.
@epramono
epramono / ReminderToMailDropboxLink
Created October 10, 2013 15:18
Create a reminder in Due to send an email containing the link to a Dropbox file. Requires: Due 1.8 and Launch Center Pro 2.0.
@epramono
epramono / ReminderToContinueWriting
Created October 10, 2013 15:06
Create a reminder in Due to continue writing, which is essentially an embedded Launch Center Pro action to load a Dropbox text file into Drafts for further writing. Requires: Due 1.8, Drafts 2.5, and Launch Center Pro 2.0.
due://x-callback-url/add?
title=Continue%20Writing%20at%20[prompt:Date/Time]%0A
launchpro%3A%2F%2F%3Furl%3D
drafts%253A%252F%252Fx-callback-url%252Fcreate%253F
text%253D%255Bdropbox-text%255D&
x-source=Launch%20Center%20Pro&
x-success={{launchpro://}}
@epramono
epramono / MailLaterLCP
Last active December 25, 2015 04:48
Use Launch Center Pro as a user input facade for a more complex action in Drafts: creating a reminder to send an email to someone with a predefined subject and body. Requires: Drafts 3.5, Due 1.8, and Launch Center Pro 2.1.
drafts://x-callback-url/create?
text=[prompt:Recipient's Email Address]%0A
[prompt:Email Subject]%0A
[prompt:Date/Time of the Reminder]%0A
[prompt-return:Email Body]&
action=Mail%20Later&
afterSuccess=Delete
@epramono
epramono / MeetSomeoneForAnHourLCP
Created October 10, 2013 14:35
Create an event in Fantastical to meet someone for an hour, with an attached 60-minute timer in Due that you can trigger at the start of the meeting to remind you when the meeting should end. Requires: Fantastical 1.1, Due 1.8, and Launch Center Pro 2.0.
fantastical://x-callback-url/parse/?
sentence=Meet%20[prompt:Person Name]%20at%20[prompt:Date and Time]%20for%20an%20hour%0A
{{due://x-callback-url/search?
section=Timers&
query=1-Hour%20Meeting}}&
x-cancel={{launchpro://}}&
x-success={{launchpro://}}
@epramono
epramono / DropboxToDrafts
Created October 10, 2013 13:42
Load the content of a text file in your Dropbox for editing in Drafts. Requires: Drafts 2.5 and Launch Center Pro 2.0.
drafts://x-callback-url/create?
text=[dropbox-text]
@epramono
epramono / TravelPackingList
Created October 10, 2013 13:28
This action allows you to create a new travel packing list in Silo based on a comma separated list stored as ttravel in your TextExpander.With one button in Launch Center Pro, it will prompt you the List Name, and additional Comma Separated Items to be added to the new list. Requires: Silo 1.0.5, TextExpander 2.2, and Launch Center Pro 2.0.
silo://x-callback-url/list_entity/add?
title=[prompt:List Name]&
notes=<ttravel>[prompt:Comma Separated Items]&
x-success={{launchpro://}}
@epramono
epramono / Share...
Created September 23, 2013 15:32
This action allows you to share the first three lines of your draft to any number of built-in actions in Drafts. This approach also supports Email actions, Message actions, Dropbox actions, and Evernote actions that you may have created. It also works with custom URL actions that **do not have** an `x-success` parameter attached to it. This appr…
drafts://x-callback-url/create?
text=[[line|..3]]&
action=[[line|4]]&
x-success=
{{drafts://x-callback-url/create?
text=[[line|..3]]%0A[[line|5..]]&
action=Share...&
afterSuccess=Delete}}&
afterSuccess=Delete
@epramono
epramono / AddMultipleEventsToFantastical
Created September 23, 2013 13:36
This simple action allows you to convert each line in your current Drafts post into separate events in Fantastical. It's a modified version from my "Add Events to Fantastical" action where it omits the x-cancel clause to allow users to tap the Cancel button in Fantastical's parsing window to avoid an infinite loop for Drafts 3.5 users. Requires:…
fantastical://x-callback-url/parse/?
sentence=[[title]]&
x-success=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Multiple%20Events%20to%20Fantastical&
afterSuccess=Delete}}
@epramono
epramono / ReuseRemindersInDueLogbook
Created September 13, 2013 09:41
This action allows you to find the completed reminders in Due's Logbook and reuse them. Requires: Due 1.9.5.
due://x-callback-url/search?
section=Logbook&
query=[reminder-name]