Skip to main content

Text snippets on Apple devices

Posted in Apple and Workflows

I used to use TextExpander a lot. I happily paid for major version upgrades when they were released, and when they started charging annually I didn’t mind forking out the $18 or so each year. But when they moved to monthly subscription I was out. I tend not to notice annual subscriptions in the same way I do monthly ones.

And with that new found scrutiny, I realised I could get the majority of the functionality I was getting from TextExpander for free. How? Apple’s built-in Text Replacement feature.

Text Replacement on iOS and macOS

If you’re not sure what Text Replacement is, head to:

  • Settings → General → Keyboard → Text Replacement (iOS)
  • System Preferences → Keyboard → Text (macOS)

I’ve used Text Replacement on my iPhone for a long time, where TextExpander wasn’t available system-wide. I had tried the TextExpander Custom Keyboard but it didn’t run well on the iPhone 6 I was using at the time, and the colour scheme and goofy TextExpander logo on the keyboard didn’t help. So I used Text Replacement on my phone and TextExpander on my Mac.

Text snippets

I didn’t use TextExpander for anything particularly powerful; just small conveniences like autocompleting an email address here, or adding an email signature there.

Even then, there weren’t that many snippets on my iOS device – just often-typed words; especially those that contained @ signs and other fiddly punctuation.

The convention I used was either double initial letter or an abbreviation that I knew wouldn’t clash with a real word, so:

  • eemail would output my email
  • wweb would output my website address
  • fene would output ‘Frontend NE’

So when it came to dropping TextExpander, I just added the more hefty snippets to my Text Replacement library and I was away! I added things like:

  • ssigp to output my multi-line personal email signature (replacing the p with another letter like f would output my Frontend NE signature)
  • hhome to output my home address
  • llorem to output a bunch of lorem ipsum text

Emoji overrides

Another good use that I found for Text Replacement is to override Apple’s default emojis, for example:

  • For :), I’ve changed the default ‘smile’ emoji from the ‘smiling face with squinting eyes’, that’s slightly blushing (😊) to the simpler ‘slightly smiling face’ (🙂)
  • For :D, change the default ‘grinning face with open mouth’ (😃) to the less eager looking ‘grinning face with squinting eyes’ (😄)

On top of that, I mapped a few custom emojis to emoticons that aren’t part of Apple’s default replacements, like:

  • ;P for ‘winking face with stuck-out tongue’ (😜)
  • :o for ‘surprised face with open mouth’ (😮)
  • :\ for ‘confused face’ (😕)

(If you’re thinking of following suite, be sure to use a backslash for that last one – a forward slash will start getting in the way when typing the https:// part of URLs!)

And finally, I’ve got a bunch text shortcuts set up to output frequently used emojis that don’t visually map to combinations of colons, semicolons, brackets, etc., such as:

  • llike for ‘thumbs up’ (👍)
  • ffav for ‘star’ (⭐️)
  • hheart for ‘blue heart’ (💙), which I tend to use instead of a red heart, not for any other reason than I prefer blue!
  • ssob for ‘loudly crying face’ (😭)

ASCII art

Emojis are great, but sometimes ASCII art feels like the right response:

  • sshrug to output a shrugging character: ¯\(ツ)
  • fflip to output a character flipping a table over: (╯°□°)╯︵ ┻━┻
  • sserious to output a serious face: (ಠ_ಠ)

Symbols

I remember the first time I saw someone on Slack using carat symbols (^) as upward-pointing arrows to refer to the message above. I wasn’t sure what the carats were for until I eventually asked; I get that it’s easier to user shift + 6 than to search for an upwards-pointing arrow, but I prefer that people know what the symbols I use mean without having to ask, so I use much more explicit arrows. These are more difficult to find, so I mapped:

  • uup to output
  • rright to output
  • ddown to output
  • lleft to output

And I’ve got a bunch of semi-often used symbol characters set up too; stuff like:

  • hhalf to output ½
  • ttm to output
  • ccommand to output
  • nnumber to output

Syncing

As I mentioned, I used to have TextExpander on my Mac and Text Replacement on my phone. Any time I wanted to add, remove or change something that would be useful on both devices, I’d have to update both.

Moving to Text Replacement only was going to make that easier, or at least it was supposed to. In fact, it didn’t sync across devices at first.

Happily, Apple made a change in late 2017 that meant the snippets did sync, and that more or less coincided with TextExpander’s monthly billing, so I took the plunge and went all-in with Apple’s Text Replacement.

I had some heart-in-mouth issues for the first year or so though: whenever I updated my Mac’s operating system (even just security patches) it would remove all of the snippets from my mac, replacing them with the defaults. After some searching, I found that deleting the Text Replacement cache pulled the saved snippets down from iCloud, putting things back they way they should be.

For the last year or more, Text Replacement syncing has worked as expected without any need to clear the cache, and I couldn’t be happier!

Missing functionality not an issue

While I didn’t use TextExpander to anywhere near its full potential, I did use one or two smart features, for example:

  • I mapped ddate to output the current date in the format I use most (YYYY-MM-DD)
  • reuse content from other snippets (like variables) that can be included in other snippets

Other features like using the contents of the clipboard, form-filling with templates, sharing snippets across a team, etc., either weren’t useful or just never really caught on for me.

I still miss my ddate shortcut a wee bit, but overall I’m happier not to be paying for something that I only make very light use of.

Accessibility in your inbox

I send an accessibility-centric newsletter on the last day of every month, containing:

  • A roundup of the articles I’ve posted
  • A hot pick from my archives
  • Some interesting posts from around the web

I don’t collect any data on when, where or if people open the emails I send them. Your email will only be used to send you newsletters and will never be passed on. You can unsubscribe at any time.

More posts

Here are a couple more posts for you to enjoy. If that’s not enough, have a look at the full list.

  1. Alt text for CSS generated content

    There’s an interesting feature in Safari 17.4 that allows content added with CSS to have ‘alt’ text. I’m not sure how I feel about this.

  2. The accessibility conversations you want to be having

    In most companies, accessibility conversations centre around WCAG compliance, but that’s just the start. Thinking beyond that is where you want to be!