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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user