So I like those notifications that appear at the top right corner of your Mac's screen. I sometimes create "right now" reminders so that I get one of those and it bugs me until I do the task.Instead of adding to my Reminders list with these, and seeing them on my other devices, I've come up with a JXA script that I can easily trigger that will put one of these notifications on the screen. Here is the script I am using: <blockquote>app = Application.currentApplication(); app.includeStandardAdditions = true; var message = app.displayDialog('What?', { defaultAnswer: "" }).textReturned; app.displayNotification(message,{withTitle: 'Reminder'})</blockquote>
Note: This is Club MacMost exclusive content. To view this video click the thumbnail below to go to the post as Patreon.com. Once there you will be able to view the video as long as you are logged into your Patreon account and a current supporter of MacMost at the "Club MacMost" or higher level.