Skip to content

Repository files navigation

Dictava 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

Setup

  1. Install the plugin from Settings → Community plugins → Browse.
  2. Open Settings → Dictava and paste your API key.
  3. Click Test connection to verify.
  4. 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.

About

Obsidian plugin for Dictava

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages