feat(export): add Tauri commands for transcript, task, and Obsidian export

Three new commands: export_transcriptions (MD/TXT), export_tasks (JSON/CSV),
and export_to_obsidian (MD with wikilinks and checklists). All write plain
text files to a user-selected directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 15:20:38 +00:00
parent d56c37d9b6
commit eace0e88c3
8 changed files with 686 additions and 2 deletions

View File

@@ -39,3 +39,4 @@ arboard = "3.6.1"
tauri-plugin-mcp = "0.7.1"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio"] }
uuid = { version = "1", features = ["v4"] }
chrono = "0.4"