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

Export conversation to markdown #1282

Conversation

Steve235lab
Copy link
Contributor

Describe the changes you have made:

Add a new magic command %markdown [path] to export the conversation to a specified Markdown path. If no path is provided, it will be saved to the Downloads folder with a generated conversation name.

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

  • I have included relevant documentation updates (stored in /docs)
  • I have read docs/CONTRIBUTING.md
  • I have read docs/ROADMAP.md

OS Tests (optional but appreciated):

  • Tested on Windows
  • Tested on MacOS
  • Tested on Linux

@Steve235lab
Copy link
Contributor Author

Originally, I want to export the conversation to PDF, however it would import new dependencies, so just markdown for now. If you think exporting to PDF is also needed, it's also easy to extend in the future.

@Steve235lab Steve235lab force-pushed the export-conversation-to-markdown branch from 495f524 to 16e7ea2 Compare July 23, 2024 15:38
@Steve235lab
Copy link
Contributor Author

Steve235lab commented Jul 23, 2024

Just found there were some conflicts. Rebased on the main branch and solved the conflicts. I've tested it again on my Ubuntu server after rebasing, now it's ready to be merged.

@KillianLucas KillianLucas changed the base branch from main to development July 26, 2024 20:54
@KillianLucas KillianLucas merged commit e19b890 into OpenInterpreter:development Jul 26, 2024
0 of 2 checks passed
@KillianLucas
Copy link
Collaborator

Incredible work @Steve235lab, super high-quality PR, docs update and all. This is the go-to for a human readable export— I've wanted this many times. Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants