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
launchpro-messaging://x-callback-url/? | |
to=[prompt-email:Recipient's Email Address]& | |
body=Please%20add%20this%20event%20to%20your%20Calendar%0A%0A | |
{{fantastical2://x-callback-url/parse? | |
sentence=[prompt-text:Fantastical Event Sentence]}}& | |
x-success=launchpro%3A%2F%2F |
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
fantastical2://show?date=[prompt-text:Date] | |
fantastical2://show?date=Today | |
fantastical2://show?date=Tomorrow | |
fantastical2://show?date=Weekend | |
fantastical2://show?date=Next%20Monday |
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
fantastical2://search?query= | |
[prompt-text:Search Keyword]& | |
scope=all | |
fantastical2://search? | |
query=Birthday& | |
scope=title | |
fantastical2://search? | |
query=Meet%20%2Fw& |
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=[[title]]& | |
action=OmniFocus& | |
allowEmpty=NO& | |
x-success= | |
{{drafts://x-callback-url/create? | |
text=[[body]]& | |
action=Add%20Tasks%20to%20OmniFocus& | |
allowEmpty=NO& | |
afterSuccess=Delete}}& |
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
fantastical2://x-callback-url/parse/? | |
sentence=[[title]]& | |
x-success= | |
{{drafts://x-callback-url/create? | |
text=[[body]]& | |
action=Add%20Entries%20to%20Fantastical%202& | |
allowEmpty=NO& | |
afterSuccess=Delete}}& | |
x-cancel= | |
{{drafts://x-callback-url/create? |
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
launchpro://?url={{ | |
onewriter://x-callback-url/replace? | |
type=dropbox& | |
path=[prompt-text:Folder Name in 1Writer]& | |
name=[prompt-text:Filename with Extension]& | |
text=[[draft]]& | |
x-success=drafts%3A%2F%2F}} |
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
javascript:window.location= | |
'launchpro://?url='+ | |
encodeURIComponent( | |
'quotebook://add?quote=[clipboard]&author=[prompt:Author]&source='+ | |
window.location.href); |
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
beginapp://x-callback-url/addTasks? | |
text=[prompt-list:List Items]& | |
x-success={{launchpro:}} |
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=[prompt:List Name]& | |
notes=[prompt-list:List Items]& | |
x-success={{launchpro:}}& | |
x-source={{Launch Center Pro}} |
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
clearapp://list/create? | |
listName=[prompt:List Name]& | |
tasks=[prompt-list:List Items] |