OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

Export conversation to markdown #1282

Open Steve235lab opened 1 month ago

Steve235lab commented 1 month ago

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):

OS Tests (optional but appreciated):

Steve235lab commented 1 month ago

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.