Now that Shortcuts is available on the Mac as well as iOS devices, I am slowly switching, where possible, my workflows over to Shortcuts , making them cross-platform. This Shortcut duplicates most of my Obsidian Daily Journal workflow that predominately relied on Applescript, making it unusable on my iPhone and iPad. The output for pasting into my Obsidian daily note will list all of today's Calendar events and the open Reminder tasks. There are links to the apps that can be used on all devices. If the routine is run on my Mac (which I typically do each morning), it will send the details of the Calendar events and Reminder tasks as an email to my work address. The Shortcut can be downloaded here. Hope it gives you some ideas on automating a similar process to suit your needs.
This AppleScript will search for a keyword in the URL links on a webpage and open the site. You could use this process to assist in regular web scraping or archiving of content. A tip is to inspect the hyperlink element to see how the link is described as it can be entirely different from the webpage description.
Apple Mail has the best Rules function compared to 3rd Party apps, but updating them is cumbersome. I have created the Applescript below that makes it easy to update Rules by adding one of the following parameters based on the selected Mail message(s) Email address Domain name Subject keyword Message content keyword In this example, I received a Twitter email regarding a post by Federico Viticci. I selected the message and invoked my Email Conflict Palette and chose option 7 I am then prompted to select the Rule to update and the Rule type to use. In this example I ran each option, using "Gruber" as the keyword. Note the Rule needs to exist first; you can create it using a dummy rule to get started. Here is the Rule after processing the email message. ZZZZ was the dummy entry. I find that I can process most of my Mail automatically with the use of Rules and this update routine makes the maintenance of the Rules system so much easier. I hope you find this approach of use; a...
Comments
Post a Comment