README file from
GithubDictava for Obsidian
Sync voice-note artifacts from Dictava into Obsidian vault.
What it does
Dictava turns voice messages you send to @DictavaBot Telegram bot into structured artifacts (daily notes, blog drafts, meeting summaries, etc.), then delivers them into your vault automatically.
Requirements
- A Dictava account and API key (visit https://dictava.com).
Setup
- Install the plugin from Settings → Community plugins → Browse.
- Open Settings → Dictava and paste your API key.
- Click Test connection to verify.
- Either click Sync now to pull pending artifacts, or leave Auto sync on to fetch them in the background.
Network use
This plugin makes HTTPS requests to a Dictava server (https://dictava.com) to:
- Verify your API key (
GET /v1/status/auth). - Fetch pending artifact deliveries for this vault (
GET /v1/outbox/obsidian/deliveries). - Fetch artifact content (
GET /v1/artifacts/{id}). - Mark deliveries as completed (
DELETE /v1/outbox/obsidian/deliveries/{id}).
No vault contents are sent. The only data leaving your device is your Dictava API key (in the Authorization header) and your vault's name (used to scope deliveries to this vault).
Support
License
MIT — see LICENSE.