nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.12k stars 7.66k forks source link

[Feature] Allow the user to select and copy text in the UI #2101

Open novoid opened 7 months ago

novoid commented 7 months ago

Feature Request

It would be great if users were able to select text in the UI in order to copy it to the clipboard.

This would make it easier to write bug reports that contain error messages such as #2100, help the user to document things in their knowledge management and so forth.

This should apply to as many parts of the UI as possible.

manyoso commented 7 months ago

This is a great idea. We should at least have a 'copy' button for important error messages and the like.

novoid commented 7 months ago

For what it is worth, the links in the error message from #2100 did not work. They look like links (different color, underline) but clicking on them did not result in any action I could notice. Maybe it's related to this feature request.