Sync voice-note artifacts from Dictava into Obsidian vault.
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.
This plugin makes HTTPS requests to a Dictava server (https://dictava.com) to:
GET /v1/status/auth).GET /v1/outbox/obsidian/deliveries).GET /v1/artifacts/{id}).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).
MIT — see LICENSE.