Ollama-SwiftUI
Ollama-SwiftUI copied to clipboard
Allow user to be able to better copy the content of a response
Is your feature request related to a problem? Please describe. Quite often I'll ask for a block of text (multiple paragraphs) for a document to be reviewed and suggest a better block of text. If I then want to copy that text back to my working document, I have to do it paragraph by paragraph. You can only text select one paragraph in the response "bubble"
Ideally I'd like to be able to copy from a selection across multiple paragraphs, or be able to select the whole content of a response.
Describe the solution you'd like
- Be able to select across multiple paragraphs in a response and use system copy (cmd+c) to allow pasting in another document/application.
Describe alternatives you've considered
- Right click on a response bubble and be presented with a context menu containing a "copy content" the whole content of a response block can then be pasted in another document using system paste (cmd+v).
- A button in the response bubble that copies its contents to the system clipboard so it can be pasted into another document/application
Additional context
Here is an example of what I can select to copy vs. what I would like to be able to copy