-
-
Notifications
You must be signed in to change notification settings - Fork 110
Shift+Return does not create a line break #16
Comments
I'll try to look into this. One question: Doesn't Bing eventually ignore all line breaks when submitting the prompt? |
So after using it a bit more, the formatting does get lost once you send your message (or at the very least the code I sent was completely jumbled), thought I don't think Sydney seems to care--she still understands perfectly. I do still think it would be a good thing to have, just for the sake of making sure everything is properly formatted in the input box beforehand, regardless of how the output displays. Personally speaking it just helps me make sure everything is correct before I send it to Bing, which is especially important right now when conversations are still so limited. |
Ok. I'll look into the matter. |
It seems to be working fine for me. |
I have this problem too. It's hard to read my own messages without being able to use line breaks. |
The biggest issue is when I try to type (or even paste from plain text editor) a code block. It is pretty tough to read code without visible line breaks :-) On the other hand, it seems that line break characters are preserved as Bing happily translates the code to other programming language without errors. (I use Firefox, Ubuntu Linux.) |
This issue is stale because it has been open for 30 days with no activity. |
Can you do something like directly inject the line break into the prompt box? |
I think we could add a CSS rule Currently, it is |
I think it's worth noting that Bing has recently been updated to render line breaks in the user's message bubbles now, despite Firefox still not displaying it properly in the input. Doesn't really help with this issue in particular but I thought it was worth a mention that they are registered during and after being sent, even though not shown in the input box. ![]() and lo and behold the text bubble actually does use |
I think the message-composing area is crucial. However, the current Bing design employs a |
As a workaround, I'm using this rule in uBlock Origin: I think we need a way to inject the above CSS style in to the page. @anaclumos I think the label text is empty so what get rendered is only the |
|
I've only tried this extension on Firefox but when using shift+return to try and create a line break in a message, it stays on the same line.
I have my settings set to the recommended ones in the README, so I'm not sure where this issue is coming from. It's not a huge one but it makes sending something like a block of code relativity more difficult.
Images from Firefox and Edge respectively
![image](https://user-images.githubusercontent.com/59189197/221106135-26e2b022-b461-468a-a319-feb312d03c73.png)
![image](https://user-images.githubusercontent.com/59189197/221106071-70926db3-29d4-48e6-aaab-933723dd41f9.png)
The text was updated successfully, but these errors were encountered: