diff --git a/docs/docs/assets/img/ios-shortcut-host.jpg b/docs/docs/assets/img/ios-shortcut-host.jpg deleted file mode 100644 index 92bcf3ed9a71..000000000000 Binary files a/docs/docs/assets/img/ios-shortcut-host.jpg and /dev/null differ diff --git a/docs/docs/assets/img/ios-shortcut-host.png b/docs/docs/assets/img/ios-shortcut-host.png new file mode 100644 index 000000000000..cf17fc8c577d Binary files /dev/null and b/docs/docs/assets/img/ios-shortcut-host.png differ diff --git a/docs/docs/assets/img/ios-shortcut-username.jpg b/docs/docs/assets/img/ios-shortcut-username.jpg deleted file mode 100644 index 35a11446987c..000000000000 Binary files a/docs/docs/assets/img/ios-shortcut-username.jpg and /dev/null differ diff --git a/docs/docs/documentation/community-guide/ios.md b/docs/docs/documentation/community-guide/ios.md index 99cba5f6c70d..cf585cfd3f0e 100644 --- a/docs/docs/documentation/community-guide/ios.md +++ b/docs/docs/documentation/community-guide/ios.md @@ -2,21 +2,23 @@ ![Image from apple site](https://help.apple.com/assets/5E8CEA35094622DF10489984/5E8CEA42094622DF1048998D/en_US/ed1f9c157cdefc13e0161e0f70015455.png) -User [brasilikum](https://github.com/brasilikum) opened an issue on the main repo about how they had created an [iOS shortcut](https://github.com/hay-kot/mealie/issues/103) for interested users. This is a useful utility for iOS users who browse for recipes in their web browser from their devices. Recent updates to Mealie has made this original shortcut break. Reddit user [BooNooBooNooB](https://www.reddit.com/user/BooNooBooNooB/) has helped to create a new working version. +User [brasilikum](https://github.com/brasilikum) opened an issue on the main repo about how they had created an [iOS shortcut](https://github.com/hay-kot/mealie/issues/103) for interested users. This is a useful utility for iOS users who browse for recipes in their web browser from their devices. Recent updates to Mealie has made this original shortcut break. Reddit user [BooNooBooNooB](https://www.reddit.com/user/BooNooBooNooB/) has helped to create a new working version. User [mcchots](https://github.com/mcchots) updated the shortcut to add setup questions to ease onboarding. Don't know what an iOS shortcut is? Neither did I! Experienced iOS users may already be familiar with this utility but for the uninitiated, here is the official Apple explanation: > A shortcut is a quick way to get one or more tasks done with your apps. The Shortcuts app lets you create your own shortcuts with multiple steps. For example, build a “Surf Time” shortcut that grabs the surf report, gives an ETA to the beach, and launches your surf music playlist. > -Basically it is a visual scripting language that lets a user build an automation in a guided fashion. The automation can be [shared with anyone](https://www.icloud.com/shortcuts/9d8827cabde44b379e673a60f27fe4bb) but if it is a user creation, you'll have to jump through a few hoops to make an untrusted automation work on your device. +Basically it is a visual scripting language that lets a user build an automation in a guided fashion. The automation can be [shared with anyone](https://www.icloud.com/shortcuts/0c1b323a27bc486787f8399060d609f7) but if it is a user creation, you'll have to jump through a few hoops to make an untrusted automation work on your device. -You need to replace `username` and `password` with the login information for your mealie instance. +## Setting Up -![screenshot](../../assets/img/ios-shortcut-username.jpg) +After installing the [shortcut](https://www.icloud.com/shortcuts/0c1b323a27bc486787f8399060d609f7), iOS will show you the setup questions. -Then, you need to put in your mealie domain. The API port of `:9000` is not needed when putting your domain in the text field. +Add your mealie domain or IP address. The API port of `:9000` is not needed when putting your domain in the text field. -![screenshot](../../assets/img/ios-shortcut-host.jpg) +![screenshot](../../assets/img/ios-shortcut-host.png) -You should now be able to share a website to the shortcut and have mealie grab all the necessary information! +Continue through the questions, adding in your `email / username` and `password`. + +You should now be able to share a website to the shortcut and have mealie grab all the necessary information! \ No newline at end of file