LostRuins / lite.koboldai.net

A zero dependency web UI for KoboldAI Horde
GNU Affero General Public License v3.0
69 stars 34 forks source link

Aesthetic and Messenger UI don't support newlines in message #40

Closed Auvski closed 8 months ago

Auvski commented 10 months ago

When I set the UI style to "aesthetic" in both chat mode and instruct mode, I find that there doesn't seem to be a way to insert a newline in the user message text field. I have tried the following:

both with, and without, the "Enter Sends" box checked. In all cases I either (a) send a message or (b) do nothing, instead of the desired result of inserting a newline.

This is not an issue in the "Classic" UI, which correctly interprets Shift+Enter as inserting a newline.

I have checked and my keyboard is definitely sending the correct keycodes of 13 (for Enter) and 10 (for Ctrl+Enter).

LostRuins commented 10 months ago

This is correct - the messenger interface currently does not support multiline input, as that would require making it resize correctly (it's on the backlog). For now you'd have to use the classic ui.

LostRuins commented 9 months ago

This has been added now. Aesthetic UI will resize to fit multiple lines.