vault backup: 2026-05-14 11:14:11

This commit is contained in:
Dmitry
2026-05-14 11:14:11 +03:00
parent 26d2861531
commit 75ba8694e2
5 changed files with 10998 additions and 6 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"timestamps": false,
"timestampFormat": "auto",
"timestampInterval": "0",
"translate": false,
"language": "auto",
"verbosity": 1,
"whisperASRUrls": "http://localhost:9000",
"debug": false,
"transcriptionEngine": "whisper_asr",
"embedAdditionalFunctionality": true,
"embedSummary": true,
"embedOutline": true,
"embedKeywords": true,
"swiftink_access_token": null,
"swiftink_refresh_token": null,
"lineSpacing": "multi",
"encode": true,
"initialPrompt": "",
"vadFilter": false,
"wordTimestamps": false
}
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-transcription",
"name": "Transcription",
"version": "3.4.0",
"minAppVersion": "0.15.0",
"description": "Transcription 3.0, now with Swiftink.io domain-aware speech-to-text! Create high-quality text transcriptions from any media file, on any device. Best-in-class ASR",
"author": "djmango",
"authorUrl": "https://github.com/djmango",
"isDesktopOnly": false
}