Voicenotes Integration Sync voice notes from voicenotes.com into the workspace. Setup 1. Get access token from: https://voicenotes.com/app?obsidian=true#settings 2. Set environment variable: Quick Start Scripts fetch-notes.sh Fetch voice notes as JSON. get-user.sh Verify token and get user info. sync-to-markdown.sh Sync notes to markdown files with frontmatter. Output format: API Reference Base URL: Headers required: - - Endpoints: - - User details - - List voice notes (paginated) - - Audio download URL Data Structure Each voice note contains: - - Unique identifier - - Note title - - Full tra…