Save thread to Notes

Accepts a Thread link, scrapes the data, and formats it quickly for Notes.

Actions Used

shortcuts-action-icon-copy-to-clipboard.webp
Copy to Clipboard
Copies the result of the last action to the clipboard.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.
shortcuts-action-icon-get-dictionary-value.webp
Get Dictionary Value
Gets the value for the specified key in the dictionary passed into the action.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-run-shortcut.webp
Run Shortcut
Run an shortcut from your shortcut.
shortcuts-action-icon-make-rich-text-from-markdown.webp
Make Rich Text from Markdown
Takes the inputted Markdown and turns it into rich text, which can then be converted to other formats.
shortcuts-action-icon-show-alert.webp
Show Alert
Displays an alert with a title, a message, and two buttons. If the user selects the OK button, the shortcut continues. The cancel button stops the shortcut.
shortcuts-action-icon-show-note.webp
Show Note
Opens the note passed in as input.
shortcuts-action-icon-create-folder.webp
Create Note
Shares the input with Notes using the standard Notes share extension.

Extra Details

Run Shortcut deep link
shortcuts://run-shortcut?name=Save%20thread%20to%20Notes
Open Shortcut deep link
shortcuts://open-shortcut?name=Save%20thread%20to%20Notes
AppleScript code
tell application “Shortcuts Events” run shortcut “Save thread to Notes” end tell

More From This Folder

More From The Library

Disable listening history

Asks you to pick a focus mode, then sets the Music Focus Filter for “Use Listening History”” to off so you can listen to anything without it being added to your Apple Music Replay.

Get Shortcut »

Copy my Shortcuts folder names

Gets a list of all the titles for your Shortcuts folders. On macOS, uses the Shortcuts Command Line Interface (CLI) to make the request; on iOS, uses a Regular Expression to find the results. Also saves a .txt file of the output.

Get Shortcut »

Show my Medication records

Opens into the Health app to the Medication Records section of your Health Records where you can “connect to your providers to see your health records and get updates when there’s a new entry.”

Get Shortcut »


Get way deeper into Shortcuts – become a member.