Menu Close

Tag: automation (page 1 of 4)

iOS Meeting Templates Shortcut

When I meet with new clients, I typically take typewritten notes in the Drafts app on my iPad, using a template/checklist of topics I’ve created. In the past, I generated this checklist in Drafts via TextExpander, but I now trigger the template via a shortcut in iPadOS’s native Shortcuts app. I run the shortcut just before the meeting, and it automatically pulls the title of the meeting from my calendar, and puts that title at the start of a new note in Drafts. The shortcut inserts the date below the title, followed by my checklist/template.

I’m actually using three shortcuts to accomplish this, but they automatically run as one.1

Shortcut #1 – The “Launch” Shortcut

This first shortcut is the shortcut I run to start the whole process. It prompts me for the type of case my meeting will cover. Right now, I’ve only set up two case types, but I will be adding more in the future. The shortcut looks like this:
New Client shortcut screenshot

When run, this shortcut has a popup with two case types (“MVA” or “Misc”). I tap one, and my answer will determine which of two embedded shortcuts will run next as Shortcut #2 – either the “New MVA” shortcut or the “New Misc” shortcut (see below for these). Each of those two shortcuts creates a different template in Drafts.

Shortcut #2 – The Template Creation Shortcut

As mentioned, Shortcut #1 will run one of two “template creation” shortcuts, depending on the type of case I pick in the popup. So, for example, if I choose the “Misc” option when running Shortcut #1, it runs the following shortcut to fill out my template in a new Drafts note: 2
New Misc shortcut screenshot

This shortcut does three things:

  • The first step of the shortcut (i.e., the first block of the shortcut, above) runs Shortcut #3, spelled out below, to get the title of my next calendar event.
  • The second step of the shortcut contains the text I want to appear as my template in a new Drafts note. The first line of this step pulls the name of the calendar event from the block above it. The second line calculates the current date and time. The third line contains the text/template I want in my Drafts note. I haven’t expanded the second step in the screenshot, since this will be different for everyone.
  • The third step (i.e., block) of the shortcut creates the note in Drafts, containing all of the text from the preceding step.

Shortcut #3 – Get the Title of My Next Calendar Event

The final piece of the puzzle, as mentioned above, is triggered in the first step of Shortcut #2. That first step runs a shortcut (“Get title of next calendar event”) that pulls the title of my next calendar event from my work calendar. It looks like this:

Shortcut to get title of next calendar event

The End Product

The end product lets me tap the “New Client” shortcut (Shortcut #1, above) to start the process. I’m then prompted for the type of case. Depending on my selection, a Drafts note is created containing one of two templates. That note automatically contains the appointment title at the top, followed by the current date and time, followed by the template. This all happens within a second or two.

Downloads

Here are links to download all three shortcuts:

New Client shortcut (shortcut #1)

New Misc shortcut (shortcut #2)

Get Title of Next Calendar Event shortcut (shortcut #3)


  1. I’m using three shortcuts, instead of combining them into a single shortcut, so I can reuse/embed the shortcuts in other shortcuts. This is done within a shortcut by using the “Run Shortcut” action.

  2. The “New MVA” shortcut is identical, except for the text in the second step.


Make Your CAPS LOCK Key Do Double Duty As a Modifier Key and Caps Lock

Your Caps Lock key might be underused on your Mac. If you’re a big automation geek, why not use it for something else, in addition to its built-in functionality? Karabiner Elements is a Mac tool that lets you customize the keyboard on your Mac, including the Caps Lock key. In this post, I’ll talk about how I’ve set up my Caps Lock key to be used as an extra modifier key (similar to the Command, Control, Option, and Shift keys), while at the same time preserving its normal functionality.

Read more


TECHSHOW “Mac Mastery” Downloads

In addition to attending great sessions and meeting interesting people, I presented two sessions at the ABA TECHSHOW in Chicago last week. One of them, Mac Mastery: Top Mac Workflows Used By Real Attorney, featured a few automation workflows and other processes I use in my practice. I shared a link to a page during the presentation, and indicated I would later publish downloads of the various workflows to the page. That page is now populated with the downloads and other information:

TECHSHOW 2019 – Mac Workflows


Bring Devices into HomeKit with Your Synology →

Casey Liss, at Liss is More:

The final piece that really opened everything up for me was realizing that my Synology has Docker support. Furthermore, after but a moment of digging, I was able to find instructions specifically for setting up Homebridge on a Synology in Docker.

Following those instructions, within about 10 minutes, I had a Docker container on my Synology, running Homebridge, and allowing me to see my not-yet-updated Wemo devices in HomeKit!

Homebridge is a software bridge that allows you to use certain non-HomeKit devices with HomeKit. Two years ago I installed Homebridge on my Mac mini server, which let me add my garage door and my Wemo switches to HomeKit. This process, which required command line dabbling in Terminal, was convoluted enough (for someone of my skill set) that I eventually abandoned it.

A week ago I resurrected Homebridge. This time I installed it on my Synology. As the above post by Casey Liss suggests, this process was MUCH easier than my first go-around. I had planned to publish a complete write-up of the process, but Casey’s post (and the link it contains) should get you on your way.

I followed a slightly different process than Casey followed, as I hadn’t discovered the instructions he referenced. I instead began by installing Docker on my Synology via the Synology’s Package Center, and then used these instructions to upload and install Homebridge.

No matter how you get Homebridge up and running, I encourage you to give it a shot if Homebridge has intrigued you. Aside from pasting text into a configuration file to get plugins working, the entire process was mostly a point-and-click process.


The Friction of an iPad for the Middle User →

Gabe Weatherhead at Macdrifter:

I don’t count bloggers and podcasters as normal iPad users. There’s a different kind of drive for these folks. Part of that drive is being able to write about their impressive accomplishments with an iPad. That will always take some of the sting out of losing hours trying to figure out how to upload a file to a website.

Gabe Weatherhead was writing about a post by Thomas Verschoren, who highlights some of the limitations of iOS. Weatherhead’s comment got me thinking about how iOS usually satisfies the needs of power users and basic users, but not those in the middle. Power users cook up workflows with tools like the Shortcuts app to overcome almost any hurdle, and casual users never run into those hurdles in the first place.

It’s the people in between who need to get over those hurdles, and don’t want to build a tool or workflow to do so. They just want something that works. The iPad won’t be a laptop replacement for those users until those gaps are filled.

Most users aren’t like us. They don’t want to have to build a workflow that, in their eyes, is a Rube Goldberg machine. Most of my automation workflows on the Mac are to speed up processes I can already perform without automation. Too many of my automation workflows on iOS are to perform tasks I couldn’t otherwise perform at all. 1


  1. Siri Shortcuts, not to be confused with the Shortcuts app, is the exception to this.