-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
@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) { |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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
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. |
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.