Skip to content
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

Closed
asim-shrestha opened this issue Apr 11, 2023 · 6 comments
Closed

📝 Ability to save entire runs as a PDF / Text #18

asim-shrestha opened this issue Apr 11, 2023 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@asim-shrestha
Copy link
Contributor

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

image

@asim-shrestha asim-shrestha added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 11, 2023
@asim-shrestha asim-shrestha changed the title 📝 Ability to save entire runs as a PDF 📝 Ability to save entire runs as a PDF / Text Apr 11, 2023
@JBic9832
Copy link

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.

@mrayonnaise
Copy link
Contributor

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

@asim-shrestha
Copy link
Contributor Author

Agreed @mrayonnaise! Merged your copy text changes

@APiTJLillo
Copy link

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?

@psgit
Copy link
Contributor

psgit commented Apr 14, 2023

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.

@asim-shrestha
Copy link
Contributor Author

Thanks @psgit and @yourepicservices! Looks like we have a dropdown with individual buttons for the different saving modalities. Appreciate the help and direction - Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants