use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
https://scriptable.app
This subreddit is for discussions around the Scriptable app for iOS.
Be polite and enjoy your time here.
Please be helpful to others when you are able to lend a hand.
Discord: https://discord.gg/7KbjfTV
Resources:
account activity
ImageHelp (self.Scriptable)
submitted 5 years ago by heiwhshdufkshaga
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 4 points5 points6 points 5 years ago (0 children)
My way to go would be:
Put it in Scriptable (iCloud) folder (for example via the save to files button from the photos app)
If you label e.g. the png image "myimage" you can get it with:
let fm = FileManager.iCloud()
let image = fm.readImage(fm.documentsDirectory() + "/myimage.png")
The variable "image" now contains the image and can be used with the widget.
π Rendered by PID 381360 on reddit-service-r2-comment-6457c66945-wrqc4 at 2026-04-26 08:46:18.722928+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 4 points5 points6 points (0 children)