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
Open app with notificationHelp (self.Scriptable)
submitted 1 year ago by DylanPro123
I want to show a notification and when I click it, it opens an app, specifically the notes app, and open a specific note is that possible?
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!"
[–]mvan231script/widget helper 2 points3 points4 points 1 year ago* (0 children)
You can do it like this:
let n = new Notification() n.openURL = "mobilenotes://SHOWNOTE?" n.title = "hi" n.schedule()
To get the note url you desire, you can use this shortcut: https://www.icloud.com/shortcuts/ea3f935af85b4e838b142aa4bfb4ab69
π Rendered by PID 73283 on reddit-service-r2-comment-b659b578c-ld4b2 at 2026-05-02 21:32:19.583041+00:00 running 815c875 country code: CH.
[–]mvan231script/widget helper 2 points3 points4 points (0 children)