Speak to Khoj from the Obsidian client

- Add transcription button with mic icon
- Collect audio recording on pressing mic
- Process and send audio recording to server for transcription
- Extract the functionality to flash status in chat input for reuse
This commit is contained in:
Debanjum Singh Solanky
2023-11-26 05:47:49 -08:00
parent cc9eae5d18
commit 877532a167
2 changed files with 99 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ If your plugin does not need CSS, delete this file.
}
.khoj-input-row {
display: grid;
grid-template-columns: auto 32px;
grid-template-columns: auto 32px 32px;
grid-column-gap: 10px;
grid-row-gap: 10px;
background: var(--background-primary);