When using the Kagi assistant for helping with coding, I often times want to paste in code snippets that contain \n
or \r
escape characters.
However, the Kagi Assistant when these characters are pasted in actually interprets them as newlines or double newlines respectively. This can be kind of annoying as it messes up my input.
Reproduce by putting the following in your clipboard, and paste into the Kagi Assistant: hello\nthis is a new line
Thanks!
I expected the text to be preserved as it appears in the clipboard, and paste literally as hello\nthis is a new line