Dictava

by Dictava
5
4
3
2
1
Score: 35/100
New Plugin

Description

Sync voice notes from Dictava into your vault - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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.