This file contains 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
This workflow accepts: URLs | |
Text: | |
Read Show Notes at 9 PM | |
[Input] | |
Copy to Clipboard | |
URL: | |
launch://x-callback-url/clipboard/convert?format=urlencode | |
Open x-callback-url | |
URL: |
This file contains 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
Get Upcoming Events: 20 | |
Choose from List: | |
Select Multiple: Yes | |
Repeat with Each | |
Set Variable: event | |
Get Name | |
Set Variable: eventName | |
Get Variable: event | |
Get Start Date | |
Format Date: |
This file contains 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
Select Phone Number | |
Text: | |
Call [Ask When Run] Later: [Input] | |
Copy to Clipboard | |
URL: | |
launch://x-callback-url/clipboard/convert?format=urlencode | |
Open x-callback-url | |
URL: | |
due://x-callback-url/add?title=[Clipboard] | |
Open x-callback-url |
This file contains 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
due://x-callback-url/add? | |
title={{Meet with [prompt-text:Name] at [prompt-text:Date/Time]}} | |
%0A%0A | |
{{due://x-callback-url/add? | |
title=End%20the%20meeting%20now%20in%20 | |
[+list:Duration|15 mins|30 mins|60 mins|2 hours]}} |
This file contains 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
var input = getSelectedText(); | |
var output = ""; | |
if (input) { | |
output = decodeURIComponent(input); | |
var range = getSelectedRange(); | |
setSelectedText (output); | |
setSelectedRange (range[0], output.length); | |
} else { | |
input = getText(); | |
output = decodeURIComponent(input); |
This file contains 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
var input = getSelectedText(); | |
var output = ""; | |
if (input) { | |
output = encodeURIComponent(input); | |
var range = getSelectedRange(); | |
setSelectedText (output); | |
setSelectedRange (range[0], output.length); | |
} else { | |
input = getText(); | |
output = encodeURIComponent(input); |
This file contains 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
drafts4://x-callback-url/runAction? | |
text=[clipboard]& | |
action=Open%20In... |
This file contains 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
due://x-callback-url/add? | |
title=[[title]]%0A | |
{{drafts4://x-callback-url/open? | |
uuid=[[uuid]]}}& | |
x-success={{drafts4://}} |
This file contains 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
launch://x-callback-url/import? | |
url={{drafts4://x-callback-url/append? | |
text=%5Bprompt-return%3A[[title]]%5D& | |
uuid=[[uuid]]& | |
x-success=launch%3A%2F%2F}} |
This file contains 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
onepassword://search/[list:Keyword Search| | |
Alfred Forum| | |
Glassboard| | |
HockeyApp| | |
IFTTT| | |
TestFlight| | |
Other=[prompt-text:Keyword Search]] |
NewerOlder