feat(mobile): audio record && transcribe (#12105)

* feat: audio transcribe

* enhance(mobile): auto start recording on initialization

* fix(mobile): can't delete journal from selection bar

* fix: duplicated audio record buttons in quick add

* fix(mobile): inactive bottom tab color

* enhance(mobile): display no results when there's no matched items

* enhance(mobile): add audio transcription feature and enhance audio component

* fix: store assets directly instead in today page instead of node ref

* save transcribed text to audio's child block

* enhance: transcribe supports punctuations and being offline only

* fix(mobile): save assets to current editing page

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2025-09-16 16:09:29 +08:00
committed by GitHub
parent ecc182879a
commit e103593c0d
31 changed files with 640 additions and 463 deletions

View File

@@ -1,15 +1,3 @@
#audio-record-toolbar {
position: fixed;
background-color: var(--ls-secondary-background-color);
width: 90px;
justify-content: left;
left: 5px;
transition: none;
z-index: 9999;
padding: 5px 5px 5px 8px;
border-radius: 5px;
}
.editor-inner {
@apply relative flex;
@@ -120,4 +108,4 @@ pre {
@apply opacity-100;
}
}
}
}