Shortcuts
-
Returns any links found in the input.
Input: App Store apps, URLs, Places, Articles, iTunes products, Reminders, Contacts, Text, Maps links, Podcasts, Trello cards, Trello boards, Safari web pages, Dropbox files, Giphy items, Email addresses, Rich text, Dates, Calendar events, Podcast episodes, Phone numbers, iTunes artists
Result: URLs
See moreDeclaration
Swift
public struct GetURLsFromInput : Shortcut
-
Adds a data point into the Health app. You can log anything that the Health app supports, including your weight, steps taken, running distance, caloric intake and more.
Result: Health sample
See moreDeclaration
Swift
public struct LogHealthSample<MeasurementType> : Shortcut where MeasurementType : HealthMeasurementType
-
The “Nothing” shortcut. This is different from an
See moreEmptyShortcut
value, which contains no actions.Declaration
Swift
public struct Nothing : Shortcut