-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 Ability to save entire runs as a PDF / Text #18
Comments
I have been looking into this issue and it would seem that the copy text feature could be put together with a library like reactPDF to turn the text into a PDF. The downside to this approach is needing to stylize the PDF manually as I do not believe it does so automatically. |
I guess it would be worth discussing what the most valuable outputs are both from an ease-of-implementation perspective and desire. Higher desire + low effort = quick wins imho |
Agreed @mrayonnaise! Merged your copy text changes |
I just noticed the original description of this mentions a popup for saving. I added a dropdown and psgit added a button, would we prefer buttons, dropdown, or a popup? |
I think that the Download PDF button functionality could be easily added to a dropdown or popup, if that is where the other save options are going to be. |
Thanks @psgit and @yourepicservices! Looks like we have a dropdown with individual buttons for the different saving modalities. Appreciate the help and direction - Closing |
Currently, we have the option of saving the run as an image. This is good for sharability but not effective in actually using output from the tool. The save button should open up a dialog that allows the user to either download the image, download a pdf/text document, or save the conversation to the clipboard
The text was updated successfully, but these errors were encountered: