The Latest Drafts Update

I’ve been using Drafts since the day it launched. The idea of easy text capture and action immediately resonated with me, and anything I write that isn’t part of a big research project starts life in Drafts. It’s clean, it supports TextExpander (even on iPhone and iPad), and it is so powerful under the hood.

In the past year, however, my relationship with Drafts has changed. I now use the app not only to write text but also to store it. Drafts has evolved over the years, and so has my usage of it. Many of the new features in Drafts 22 (yes, 22) released with iOS 14 reflect what Drafts has become.

The Drafts update adds widgets. There are two general formats: grids and lists. With a grid, you can get quick access to specific Drafts and workspaces. Lists give you lists of drafts. I’ve been using the grid formatted widget on my home screen. I stack it with my Shortcuts widget and jump between them throughout the day. There are inherent limits with widgets with their lack of interaction. Nevertheless, Drafts uses them as best as possible, given these limitations, and the ability to dive into specific areas of my Drafts is much appreciated.

Additionally, the new version incorporates Apple’s new Scribble features on the iPad. This gives you one more way to add text to your Drafts. I spend so much time writing in Drafts (and so little time in Apple Notes).

My favorite feature is the addition of Apple Finder tag support. Now, if you apply a tag in Drafts and then create an action to save the draft as a file, you can have it convert the Drafts tags into Apple Finder tags. This feature, which I am pretty sure exists because Greg Pierce wanted to get me off his back about it, lets you save a draft with a set of tags that Hazel can recognize and process. Do you see where I’m going with this? If not, stay tuned. I have a separate post and video in the works explaining how I use this to save client call notes from Drafts to the client file with zero work on my part.

Every time I write about subscription apps, I get a certain amount of email griping with the business model. Drafts is the poster child for the subscription model done right. Because the developer has regular income, he doesn’t have to move on to the next app every six months. Instead, he just keeps making drafts better and better and better. Check out Drafts.

Widgets and Customization

If Apple only knew …

With the recent release of iOS 14, many folks have been enjoying customizing the look of their iPhones. It is crazy how apparent the demand was for customization once Apple lowered the bar enough for anyone to do it independently. I love that this trend has put my friend David Smith on the top of the app charts with Widgetsmith, but I like even more that this has let users feel a closer connection to their technology.

Stephen Hackett explains why stodgy nerds shouldn’t know widget shame. I want to take it a step further and remind us all to think back to the first time we customized our technology. I used to have an Atari ST that I skinned to look like a Mac. Then when I got a Mac, I UI skinned it to look like a space ship console. Before there was an iPhone, I had a Treo phone that had Mac icons on it. As I sit here, I have replaced the icons of folders on my Mac with custom icons.

Customizing your technology is fun. Whether you are 9 or 90, you often sit at a computer to do work. Why not make it fun and delightful? I hope Apple is taking note. Indeed, I hope that has added a few entries to that big whiteboard in Cupertino. Specifically:

  • Replacing our App icons is cool. Making users go through Shortcuts to do so is not. Why not make it easier (and faster)?

  • Limiting each widget to one application feels like an unnecessary constraint. Wouldn’t it be cool if multiple apps can donate to a single user-customizable widget the same way apps can donate data to Shortcuts? We could make widgets that combine data from the apps most important to us.

  • David Smith’s app, Widgetsmith, can change the widget based on the time of day. We should be able to do that with all widgets, the same way you can now change Apple Watch faces based on the time of day via Shortcut automation. Also, speaking of Apple Watch …

  • Custom watch faces would be just as popular with Apple Watch owners as custom widgets are with iPhone owners. Please, Apple, give us custom Apple Watch faces.

The explosion of creativity with widgets on the iPhone has let the genie out of the bottle. Whatever faction inside Apple has been arguing for more user customization just got a lot more leverage in those Cupertino planning meetings. I sure hope they use it.

Mac Power Users 555: iOS 14 Extravaganza

iOS 14 is here, bringing new features like widgets, the App Library, increased privacy, and a lot more. Join Stephen and I on the this episode of Mac Powers to hear us review the release and talk about how Apple could take some of these features farther in the future.

This episode of Mac Power Users is sponsored by:

  • 1Password: Have you ever forgotten a password? You don’t have to worry about that anymore. 

  • TextExpander from Smile: Get 20% off with this link and type more with less effort! Expand short abbreviations into longer bits of text, even fill-ins, with TextExpander from Smile.

  • Mint Mobile: Cut your unlimited wireless bill to $30 a month.

  • Hover: Make a name for yourself. Get 10% off any domain name.

Automators 59: iOS 14 Shortcuts

On this episode of Automators, Rosemary and I dive into the iOS 14 update to Shortcuts and what it brings to all of us, as well as how we’re using it.

This episode of Automators is sponsored by:

  • The Intrazone by Microsoft SharePoint: Your bi-weekly conversation and interview podcast hosted by the SharePoint team.

  • Mint Mobile: Cut your unlimited wireless bill to $30 a month.

  • Sidequest: Create helpdesks and personal task inboxes that teams love—with Sidequest, 100% inside Slack.

Updates and Improvements to the Salutation AppleScript for Apple Mail

My relationship with Apple Mail isn’t love so much as familiarity. However, every time I think about walking out on Apple Mail, I think about our long and complicated relationship, and how much work I’ve put into it with things like my salutation AppleScript.

The Updated Script

Using a combination of AppleScript and TextExpander, I’m able to automatically insert an email salutation by typing “xhi”. This is really useful and something I run multiple times a day. The original post and explanation on how it works is still good. However, the script has altered a bit. You can download the updated version, called “xnm” (“X Name” in my head) here. I suggest running it as an embedded TextExpander snippet so you can combine it with a variety salutations like “Hi”, “Hello”, “Dear”, “Hey”, and whatever else floats your boat. Also, you can download the TextExpander group with both the “xnm” and “xhi” snippets here. That should be all you need to get this rolling.

But What About Multiple Recipients?

Reader Mark Bramhill had that exact question and came up with two variations of this script. The first will make a salutation for everyone in the “To:” field. If you regularly (or occasionally) send email to multiple recipients, this variant is for you.

Download Multiple Recipients AppleScript

That, however, wasn’t enough for Mark. He made a separate AppleScript that counts the number of recipients. If there is just one recipient, it inserts that person’s name. If there is more than one (including looking at the cc: field), the script instead writes “Y’all”. I thought both of these scripts were pretty clever.

Download the “Y’all” Script

Language Specificity

I also had several emails from non-english speakers about the script not working. The trouble is in this line:

tell text field "To:" of window 1

As you can see, the script is language-specific. In English, the script looks for the “To:” field, but in other languages, that field has a different name. In Dutch, for instance, it’s “Aan:”. If your native language isn’t English, you’ll need to fix that line appropriately.

I do love how this script has taken on a life of its own. This isn’t a testament to anything particularly bright on my part but the utility of a script that auto-salutes every email you send. This feature is so useful that I’m shocked it isn’t baked in to all email applications.

Fantastical 3.2’s Calendar Widgets


Image.jpg

Flexibits has released Fantastical Version 3.2, with 12 new widgets for iOS and iPadOS 14 and Scribble support for iPadOS 14.

You can now customize the exact views of Fantastical how you want on your Homescreen with 12 unique widgets to choose from. Do you want small widgets to simply show the date or the next upcoming event or task? Maybe you would prefer medium widgets to show a bit more information or side-by-side monthly calendars? How about large widgets that provide an in-depth agenda? Goldilocks this and find out what works best for you. 

Of course the Fantastical widgets are gorgeous. I immediately kicked the Apple Calendar widget off my home screen and replaced it with the one from Fantastical. It displays my calendar data better, includes the current date on my home screen, and adds the weather to boot. One final advantage, putting it on as widget allowed me to pull the app out of my dock. Win-win.

Last year I built an intricate Shortcut to turn my agenda into a PDF and then save it as the home screen. It all fell apart when Apple pulled the rug from under me by removing the “Set image as wallpaper” shortcut action. Having Fantastical on my home screen is way better.

Magic Lasso Adblock for iPhone, iPad, and Mac (Sponsor)

Magic Lasso Adblock is an efficient and high-performance ad blocker for the iPhone, iPad, and Mac.

It allows you to experience a cleaner, faster web—without ads. As a native Safari content-blocking extension, Magic Lasso blocks intrusive ads, pop-ups, and trackers when browsing the web.

Magic Lasso Adblock provides a 2.0x speed increase on common websites, improves your privacy and security by removing ad trackers, and works with Safari across all Apple devices. It is as if Apple themselves had designed an ad blocker. 

And unlike some other ad blockers, Magic Lasso Adblock respects your privacy, doesn’t accept payment from advertisers, and is 100% supported by its community of over 150,000 users. I didn’t realize it before, but a lot of ad blockers actually take money from advertisers. Crazy.

Version 2.0 delivers a host of new features including:

  • Community allowlists: Once enabled, ad blocking is disabled on sites that have been frequently allowed by Magic Lasso users. Through anonymous crowd-sourcing of allowlists, ads are only allowed on sites the community deem worthy.

  • Battery boost: Additional ad-blocking rules target and block JavaScript, which use significant CPU energy, ensuring pages are responsive while improving browser battery life.

  • New look and feel: The new three-pane interface provides a quick overview of current status, easy access to see recent rules updates, and a simple way to view and configure allowed sites.

Download for free today via the Magic Lasso website, the App Store and Mac App Store.

The Great USB Adapter Purge of 2020

At the new Apple Watch event last week, we got Apple’s first explanation of why they aren’t shipping USB power adapters. The reason, not surprisingly, is to protect the environment. The presentation had a surprising statistic (to me, at least) that removing the USB adapters from the watches and other work with their manufacturing partners reduces the carbon footprint by the equivalent of 50,000 cars.

The next penny to drop will be the new iPhone. If the watch is worth 50,000 cars, how many cars do you expect for the iPhone? It will be lots. I’ve written about this before. My initial thought was that Apple would also offer an easy way to get a free USB power adapter for those who need it. Now I’m wondering if they will go that far. So far, I haven’t seen a lot of negative feedback about this decision on the watch.

Maybe I’m too sensitive about the Apple-is-a-bunch-of-cheap-bastards line of thought, but I feel like with an iPhone announcement without an easy way to get a power adapter, if needed, we are going to see that argument used a lot next month.

Mistakes Book

Dave Hamilton and Shannon Jean have been making The Small Business Show, a podcast about … well … small businesses, for five years now. It’s a great show, and I’ve even guested on it.

Recently Dave and Shannon released a book called We Love Mistakes that details so many potholes small business people often fall in. If you run a small business, or better yet, are thinking about starting a small business, this is required reading.