WritingTools
WritingTools copied to clipboard
`Copy as Markdown` only copies the first response
The Copy as Markdown button only copies the first response given in the popup.
I recommend the current Copy as Markdown button be changed to Copy Conversation and have it include the initial question input as well as replies that follow from both the AI and the user.
Then, each AI response bubble should have its own copy button (in the top-right corner) utilizing this royalty-free SVG provided by Google's Material UI Icons:
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e3e3e3"><path d="M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z"/></svg>
Alternatively, here's the SVG file:
Source: https://fonts.google.com/icons?icon.query=Content+Copy
I’ll work on this :)