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

Add functionality to export chats #145

Open
srdas opened this issue Jan 6, 2025 · 0 comments
Open

Add functionality to export chats #145

srdas opened this issue Jan 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@srdas
Copy link
Contributor

srdas commented Jan 6, 2025

In Jupyter AI v2, the /export command enabled writing the contents of the chat to a markdown file with a timestamp. In v3 it would be nice to have similar functionality. I was using the export feature quite extensively in v2 to generate symbolic math solutions to differential equations, which run into a page or more and then directly take the output into my LaTeX documents. Since I need this feature frequently, I wrote a small CLI python program to do this (attached here), but hoping this will be replaced eventually by a new feature.

chat2md.py.TXT

Some possible ways in which the export feature can be implemented in v3:

  1. Reintroduce the /export command. [Easy]
  2. Enable free form language requests to export the chat in any of several formats (default to markdown). [Hard]
  3. Add a export button to the chat tab (default to markdown, but can also reveal a drop down list of formats). For example, the cline library has an EXPORT button. [Medium]
@srdas srdas added the enhancement New feature or request label Jan 6, 2025
@srdas srdas changed the title Add functionality to export chats to markdown Add functionality to export chats Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant