Manipulating Images With ImageMagick

Now that software has become so bloated, it can take 20 minutes just to resize an image. Most of that time is spent rebuffing pointless AI features that are also bumping up the subscription 😩 Increasingly, I’m using ImageMagick for my image manipulation. ImageMagick is a free, open-source CLI tool for creating, editing and converting bitmap images. As it only runs on the command line, it takes some geting used to. But once you’ve grasped a few techniques, it’ll save you heaps of time. You can also combine it with other tools to automate routine tasks. ...

19 August, 2026 · 3 min · 597 words · Catherine Pope

How to Use Scrivener Snapshots

Writing a book or a thesis involves seemingly endless revisions and it can be very difficult to keep track of them. Also, constant tinkering doesn’t always improve matters. With Scrivener you can take a Snapshot of your current document before editing and then revert or roll back to the original version if it ends up looking worse. I really struggled with the word count in my thesis (it was around 20,000 too many), so Snapshots helped me experiment with removing quotes and peripheral arguments. Sometimes the impact was too great in later chapters, so I was able to roll back to the original version. ...

18 August, 2026 · 4 min · 777 words · Catherine Pope

How to Use the Scratchpad in Scrivener

The Scratchpad might sound like something your cat would use, but it’s actually a very handy feature in Scrivener. Sometimes our writing can be interrupted by random thoughts; sometimes they’re even useful. With the Scratchpad you can quickly jot them down in a pop-up window and return to the task in hand. It’s not linked to any particular document so is perfect for anything that isn’t obviously related to your current project. The Scratchpad also works outside Scrivener, although it needs to be running in the background. As the Scratchpad floats freely, you can place it alongside any other application. This makes it ideal for taking notes while you’re reading online. ...

14 August, 2026 · 3 min · 544 words · Catherine Pope

How to Add Fathom Analytics to Hugo

Although you can install Fathom Analytics with one line of code, it’s not immediately obvious where that line goes in a static site generator like Hugo 🤔 In this post, I’ll explain how to add Fathom Analytics tracking to a Hugo website. 💡 I’m using the Papermod theme, which supports extend_head.html for adding code to the header. Some Hugo themes use different approaches. Check your theme’s documentation if these steps don’t work for you. ...

9 February, 2026 · 2 min · 416 words · Catherine Pope

Fathoming Web Analytics

One of my pet hates is cookie notices. Not only do they constantly interrupt my web browsing, but also it’s a faff to set them up on my own sites. Thanks to GDPR and similar legislation, website owners are legally required to obtain consent for collecting visitors’ personal data with tools such as Google Analytics. I was delighted to discover Fathom Analytics, a straightforward alternative to Google Analytics that doesn’t require cookie notices. Yes, that’s right. Fathom doesn’t collect personal data: it anonymises visitors’ IP addresses and doesn’t track people across websites. Plus, all the data from EU traffic is processed within the EU, which helps with GDPR compliance. ...

4 February, 2026 · 3 min · 586 words · Catherine Pope

How to Push to GitHub and GitLab Simultaneously

I’m trying to follow a self-imposed rule of backing up important work to at least three places. Given much of what I do is text-based, online git repositories are an obvious choice. But what if one of them suffers a DOS attack? Or tomfoolery around data protection and tariffs means it becomes unavailable in specific regions? I resolved to push my commits to both GitHub and GitLab. Initially, I tried GitLab’s mirroring to automatically pull all my changes from my GitHub repo. Although this works perfectly with public repos, it was a lot more fiddly with private repos. I definitely didn’t want a manual process or one that involved configuring additional passwords. ...

2 February, 2026 · 3 min · 546 words · Catherine Pope

How to Use Zotero With Google Docs

Although Zotero works smoothly with Word, not everyone wants to dedicate the best years of their life to Microsoft products. While Google Docs won’t necessarily bring you much more joy, at least it’s free and doesn’t occupy half your hard drive. In this post, I’ll explain how you can use Zotero to create citations and bibliographies in a Google Doc. To use Zotero with Google Docs, you need two elements: ...

30 January, 2026 · 2 min · 310 words · Catherine Pope

How to Save Gmail Attachments to a Folder

One of my many new year’s resolutions was to impose order on my Gmail inbox. Despite my best efforts, I have several gigabytes of emails - all of which makes it difficult to back up or migrate them. Many of those email are invoices, receipts, or statements. I need to keep them for my business records, but they’re seriously cluttering up my workspace. Although I could create a mail archive with an email client like Thunderbird, that’s not very accessible. To find a specific invoice, I’d need to reimport those thousands of emails. I suddenly wondered whether there was a way of systematically saving the PDF attachments to a folder. After all, I don’t need the email itself, just the file. Needless to say, there wasn’t an especially straightforward method, or one that didn’t involve paying a third-party and giving them access to my mailbox. Finally, I discovered that I could run a script on my Gmail. ...

28 January, 2026 · 4 min · 808 words · Catherine Pope

Get Your Ideas Down Fast With Scapple

Mindmapping software can often feel overly rigid and complicated for capturing ideas quickly. Scapple, from the makers of the brilliant Scrivener, is a free-form, non-linear application for capturing your thoughts. It’s the closest software can get to a piece of paper and a pen – but you never run out of space. Scapple is available for both Mac and Windows. I’m basing this post on the Mac version, but it works broadly the same on both platforms. ...

23 January, 2026 · 4 min · 740 words · Catherine Pope

Why I Use Obsidian for Notetaking

When it comes to notetaking tools, I’ve always struggled with monogamy. After the initial excitement has worn off, I’m easily distracted by a more alluring alternative. Although my head has occasionally been turned, I’ve now been using Obsidian solidly for over three years. What’s different this time? In this post, I’ll explain my six main reasons for using Obsidian, and why I’ve chosen it over some of the alternatives. Now, I’ve seen people expressing strong feelings in the notetaking world 🔥 I’m not saying the alternatives are bad or wrong, it’s just that Obsidian better serves my needs. At least for now. ...

22 January, 2026 · 5 min · 864 words · Catherine Pope