This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Store and visualize Strava activities in your Obsidian vault
Store and visualize Strava activities in your Obsidian vault
# Strava Activities Plugin for Obsidian This plugin enables downloading and visualizing your Strava activities to your Obsidian vault. ## Installation ### Option 1: Manual Installation (Recommended) Since this plugin is not yet available in the Obsidian Community Plugin store, you'll need to install it manually: 1. Download the latest release from the [GitHub releases page](https://github.com/saadsaifse/strava-obsidian/releases) 2. Extract the files to your vault's plugins folder: `VaultFolder/.obsidian/plugins/strava-activities/` 3. The folder should contain: `main.js`, `styles.css`, `manifest.json` 4. Restart Obsidian or reload the app 5. Go to Settings → Community Plugins and enable "Strava Activities" ### Option 2: Obsidian Store (Coming Soon) ## Setup and Usage 1. **Create Strava API Application**: Login to your Strava account and visit https://www.strava.com/settings/api to create your API application. Use these values: ```yaml Application Name: Obsidian Strava Plugin (or any descriptive name) Category: Other Website: https://github.com/saadsaifse/strava-obsidian Authorization Callback Domain: obsidianforstrava ``` **Note for Application Name**: Strava has strict brand guidelines. Use a descriptive name like "Obsidian Strava Plugin", "Personal Strava Sync", or "My Strava Data". Avoid using just "Strava" as this violates their brand guidelines. Once created, note your `Client ID` and `Client Secret`. 2. **Configure Plugin**: Go to Settings → Strava Activities and enter your Client ID and Client Secret, then click Save. 3. **Authenticate**: Click the Authenticate button to complete OAuth authorization in your browser.  4. **Sync Activities**: Click the Strava icon in the left ribbon to synchroniz
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...