Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add dictation to notes #2613

Merged
merged 3 commits into from
Oct 20, 2024
Merged

Feat/add dictation to notes #2613

merged 3 commits into from
Oct 20, 2024

Conversation

iradraconis
Copy link
Collaborator

Eine Sache, die noch zu tun wäre:
Wenn der Anwender, bevor er in einer Notiz die Transkription startet, nicht vorher den Cursor setzt, wird die Aufnahme VOR den Table gesetzt. Das soll ja nicht so sein. Eine Logik fehlt, die zuverlässig prüft, dass die Transkription immer nach dem Table und dem hr tag erfolgen soll, aber dann trotzem an der caret position eingefügt wird.

@j-dimension j-dimension added this to the 2.7 milestone Oct 16, 2024
@iradraconis
Copy link
Collaborator Author

#2595

@j-dimension
Copy link
Member

@iradraconis soll ich das trotz des offenen Punktes übernehmen? Für die angesprochene Logik habe ich gerade keine Lösung.

}

@Override
public List<InputData> getInputs(AiCapability c) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iradraconis kannst Du das mal auskommentieren / die Methode eine leere Liste ausgeben lassen? Für die Transkription wird ja der aktuelle Notiztext nicht benötigt. Mit dem Code unten würde der Notiztext immer an Ingo übertragen werden.

@Override
public List<InputData> getInputs(AiCapability c) {

EditorImplementation ed = (EditorImplementation) this.htmlEditorPanel1.getComponent(0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wie oben - ich meine dass eine leere Liste als return hier ausreichen würde

@iradraconis
Copy link
Collaborator Author

@iradraconis soll ich das trotz des offenen Punktes übernehmen? Für die angesprochene Logik habe ich gerade keine Lösung.

Habe die Änderungen vorgenommen.

Mir reicht das so. Ich habe für das einfache htmlPanel auch weiterhin keine Lösung gefunden. So muss halt mit der Maus einmal reingeklickt werden, um den Cursor zu setzen. Vielleicht kann man das später noch mal anfassen.

Es würde mich sehr freuen, wenn du das mergen könntest.

@j-dimension j-dimension merged commit d48e74e into master Oct 20, 2024
@j-dimension j-dimension deleted the feat/add-dictation-to-notes branch October 20, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEATURE] Ingo: Sprachaufnahme analog zum E-Mail-Fenster auch in Aktennotiz
2 participants