Running page of URL Actions

This post will be duplicated as a running page as an archive of my key x-callback-url actions for various iOS apps. Each action has an install link or a text copy of the x-callback-url snippet.

Drafts Actions

Drafts

paste_draft: This action will paste whatever text is in the current note into the clipboard. Install

drafts://x-callback-url/create?text=[[clipboard]]

URL Encode: This action will percent encode the current note.[1] Install

drafts://x-callback-url/create?text={{[[draft]]}}

Markdown Email: The Action will create an email, using the note as the basis for the message. The first line of the note will be the email’s subject and the rest of the note as the email’s body. The action will also process the note for any Markdown markups. This allows the Action to send email with italic or bold text. Install

Dropbox

Prepend Running File: This action will take the text in the note and prepend a file on Dropbox. Each note will include the date and time the note was pretended to the file. Note: This action requires an internet connection to work. Install

Editorial

Note to Uppercase: This is more of an example of the syntax used to call upon Editorial, trigger a workflow inside Editorial, and then return the text output back to a new note in Drafts. In this example the Action will open Editorial, run the UPPERCASE workflow that is saved in Editorial, and return the output to a new note in Drafts. If the UPPPERCASE workflow doesn’t exist the process will stop. Install

editorial://?input=[[draft]]&command={{UPPERCASE}}&x-success={{drafts://x-callback-url/create?text=[[output]]}}

Fantastical 2:

Fantastical: This Action takes the first line of a note and parses that in Fantastical 2 as a new event. The Action then takes any remaining text in the Drafts note and adds it to the Notes section of the Fantastical event. Using a line like Remind me to will create a reminder instead. Install

fantastical2://x-callback-url/parse/?sentence=[[line|1]]&notes=[[line|2..]]&add=1&x-source=Drafts&x-success={{drafts://}}&x-cancel={{drafts://}}

OmniFocus

New Task in OmniFocus: The Action will use the first line of a note to create the task description and then use the rest of the note as the task note. Because OmniFocus doesn’t support a full x-callback-url, the Action doesn’t return you back to Drafts. Install

omnifocus:///add?name=[[title]]&note=[[body]]

OmniFocus Mail Drop: The Email Action will use an OmniFocus maildrop address to send a note in the background to create a new OmniFocus task. Like the previous Action, it will use the first line of the note to create the email subject line, which ends up being the task description in OmniFocus. The rest of the note is used as the email body, which ends up being the task note. Install

Note: This Action requires an internet connection and utilizes Agile Tortoise’s email account. Do not use this action for any sensitive information.

TextTool:

All actions listed in this section require the user to have TextTool installed on their iOS device.

Encode Note: The Action will take the text of the note and run it through TextTool’s ‘Encode’ action. The encoded text is then returned to a new note in Drafts. Install

texttool://x-callback-url/transform?text=[[draft]]&method=encode&x-success={{drafts://x-callback-url/create?text=[[output]]}}

Decode Note: This Action will run the note through TextTool’s Decode action. After the text is processed it will return the decoded text to a new note in Drafts. Install

texttool://x-callback-url/transform?text=[[draft]]&method=decode&x-success={{drafts://x-callback-url/create?text=[[output]]}}&x-cancel={{drafts://}}

Comments from original WP Post:

Johna615: My spouse and I stumbled over here by a different internet address and thought I might check items out. I like what I see so i am just following you. Appear forward to checking out your web page again. dckegfkakebb

Comments

Top