Export Chat as Markdown
g
ghani
I often engage in lengthy discussions on various topics and would appreciate the ability to export full chat conversations as a single Markdown file. This feature would enhance usability, improve documentation of conversations, and simplify the process of tracking information without the need to sift through individual segments for one chat.
Jarek Ceborski
Thank you for your input! It sounds great! Do you have any specific format in mind besides Markdown? Each message can either be from the user or the model, and it has a date. The exported file could separate messages with "---" or use JSON for a more structured format. Please let me know your preferences ;)
g
ghani
Jarek Ceborski That's a great, I think Having both options would be very useful depending on how someone wants to use the exported conversation data.
For the Markdown format, I agree that clearly separating the user's text from the model's response is important for readability. Using bold text for the user's name or message identifier, or perhaps a distinct delimiter line like
--- User ---
and --- Model ---
before each message, would make it much easier to follow the flow of the conversation at a glance.Thanks a lot 🙏