voicenotes-community13k downloadsA plugin for syncing Voicenotes.com data into notes
This plugin offers the ability to sync down your thoughts and ideas from Voicenotes web & mobile apps.
Through the plugin settings you can customize the sync directory and frequency, download the audio file used in the transcript and any AI generated summaries or actions become sections in the note text.
The note and frontmatter templates support Jinja-style variables and conditionals.
Available variables:
recording_id, title, date, duration, created_at, updated_at, tags, topics, transcript,
embedded_audio_link, audio_filename, summary, tidy, points, todo, email, tweet, blog, custom,
meeting_report, my_notes, parent_note, related_notes, subnotes, attachments.
Notes:
tags is a space-delimited string of Obsidian-style hashtags (spaces replaced by -).topics is a raw array of tag/topic names from Voicenotes (no #, no formatting). Use it when you want frontmatter
lists instead of Obsidian tags.Example: frontmatter template to store topics as a YAML list
{% if topics %}
topics:
{% for topic in topics %}
- "{{ topic }}"
{% endfor %}
{% endif %}
The VoiceNotes Sync Plugin is available in the Obsidian Community Plugins area.
To connect your Voicenotes account to Obsidian, you'll need to retrieve your access token:
This project was originally conceived, created, and maintained by Andrew Lombardi. We are grateful to Andrew for his work in building the foundations of this tool and for his generosity in transferring the project to the official Voicenotes team to ensure its continued growth.