kghandour / Ollama-SwiftUI

User Interface made for Ollama.ai using Swift
MIT License
241 stars 26 forks source link

Allow user to be able to better copy the content of a response #47

Open aj-he opened 3 weeks ago

aj-he commented 3 weeks ago

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

Describe alternatives you've considered

Additional context Here is an example of what I can select to copy vs. what I would like to be able to copy image

kghandour commented 3 weeks ago

Thanks for bringing this up. I will look into it