Thomas39 downloadsRenders Apple-style map previews of embedded GPX files, with workout stats and offline caching.
An Obsidian plugin that renders Apple-style map previews of GPX files embedded in your notes — designed for workout tracks.

…renders a rounded map card with the route drawn on it, an optional title (the embed's alt text), and workout stats. Wikilink embeds work too: ![[Workout 2026-04-05.gpx|Wednesday workout]].
.p8 private key into the plugin settings. Requests are signed locally; your key never leaves your device.yarn install && yarn build.main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/gpx-preview/.Note: if your GPX files don't show up in Obsidian, this plugin registers the
.gpxextension, so they will after enabling it. Clicking a GPX file in the file explorer opens the same map preview as a pane.
yarn install
yarn dev # watch mode
yarn build # type-check + production build