Squared Away Life
Knowledge & ideas

How to Add Location Breadcrumbs to Your Obsidian Notes

When you’re traveling, your notes can become more than a record of what happened. They can become a map of where life unfolded. After returning home from a few weeks in Europe, where I spent time in Germany, Hungary, and Austria, I found myself reviewing my Obsidian notes from the trip. As I worked…

4 min read
Plays in the corner — it keeps going while you read.Watch on YouTube ↗

When you’re traveling, your notes can become more than a record of what happened. They can become a map of where life unfolded.

After returning home from a few weeks in Europe, where I spent time in Germany, Hungary, and Austria, I found myself reviewing my Obsidian notes from the trip. As I worked through my daily logs, I was reminded of one small workflow that has become especially useful when I’m on the road: adding location breadcrumbs to my notes.

It’s a simple idea, but it adds a meaningful layer of context.

Why Location Context Matters

I often record notes in Obsidian with a timestamp. That helps me see what I was doing throughout the day and when it happened.

But when I’m traveling, the timestamp is only part of the story.

I also want to know where I was.

A note that says I met with someone, visited a place, or had an idea at a certain time is useful. But when that note also includes a location, it becomes much easier to reconstruct the moment later. The note is no longer just an entry in a log. It has context.

That context can help you remember a specific café, city square, conference venue, train station, or quiet place where an important thought came together.

Over time, these location links become breadcrumbs. They show where you were, what you were doing, and what you were paying attention to along the way.

How I Capture Locations in Obsidian

For a while, I would simply type the location manually into my notes. For example, I might write “Vienna, Austria” next to a timestamped entry.

That works, but I wanted something more useful.

Now I insert a Markdown link that points directly to the location in Google Maps. The link includes the latitude and longitude, which means I can return to the exact place later with a single click.

The format looks something like this:

[Vienna, Austria](https://maps.google.com/?ll=latitude,longitude)

In Obsidian, that becomes a clean link in the note. I can read the location naturally, but I also have the deeper geographic context available whenever I need it.

The Automation Behind the Workflow

I don’t create these links manually. The real value of the system is that it removes friction.

On my Mac, I use a combination of Apple Shortcuts and Alfred.

The shortcut grabs my current location, formats it as a Markdown link, and creates a Google Maps URL using the latitude and longitude. That gives me a ready-to-paste location link for Obsidian.

Then Alfred handles the trigger.

I created a workflow in Alfred that runs the shortcut whenever I type a specific snippet. I use llocation with two Ls so that it doesn’t fire every time I type the regular word “location.”

Once triggered, the workflow runs the shortcut, copies the formatted location link to the clipboard, pastes it into the frontmost app, and marks the clipboard item as transient so it doesn’t overwrite what I had previously copied.

In practical terms, that means I can be writing a note, type llocation, and the system inserts my current location automatically.

The Basic Workflow

  • Create an Apple Shortcut that gets your current location.
  • Format that location as a Markdown link.
  • Use a Google Maps URL with latitude and longitude.
  • Connect the shortcut to an Alfred workflow.
  • Trigger the workflow with a snippet such as llocation.
  • Automatically paste the formatted location into Obsidian.

Why This System Works

This is not a complicated system, but that is part of the point.

Good systems don’t need to be complex. They need to make meaningful actions easier to repeat.

Adding a location manually is easy once. But when you’re traveling, moving between cities, attending events, meeting people, and capturing ideas throughout the day, small points of friction add up quickly.

Automation helps preserve the habit.

Instead of stopping to look up a location, copy a link, or type out details by hand, I can stay focused on the note itself. The system handles the context in the background.

That matters because the goal is not automation for its own sake. The goal is better memory, clearer reflection, and a more structured record of experience.

Breadcrumbs for Your Future Self

One location link may not feel significant in the moment.

But over time, these small entries become a trail.

They help you see where you were during a particular season of life. They bring back details that might otherwise fade. They give your notes a stronger connection to real places and lived experience.

For anyone using Obsidian as a daily log, travel journal, or personal knowledge management system, location breadcrumbs can add a powerful layer of context.

And even if you don’t use Obsidian, Apple Shortcuts, or Alfred, the principle still applies:

Capture context while it’s fresh.

Your future self will thank you.