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

Brainstorm

Opens the Quick Entry feature in MindNode to a blank page, which lets me start building a nested outline that can be saved as a mind map.

Get Shortcut »


Get way deeper into Shortcuts – become a member.