Community Creations
Youtube to iOS Shortcut
This was originally posted by @clefshanty in the Supernotes Community.
An iOS shortcut that grabs a YouTube video’s URL and title, and creates a new card in Supernotes with the video embedded.
Features
- Grabs YouTube video URL and title using the “Get URL” method
- Creates a new card in Supernotes with the video embedded using the Supernotes API
- Sets the card title to the YouTube video title
- Adds tags to the card
- Opens the new card in Supernotes after creation
Steps
- Get YouTube video URL and title using “Get URL” method
- Create markdown text for embedding the YouTube video using the format
@[youtube](link to video)
- Send a POST request to the Supernotes API to create a new card with the video embedded
- Open the new card in Supernotes using the open app method
Notes
- Requires Supernotes API key for authentication
- Uses the
https://api.supernotes.app/v1/cards/simple
API endpoint to create a new card