You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, I don't know if there is a standard format for exporting chats (that other programs or tools support).
I think we should add two options in the menu (where thread editing, extensions and settings are):
Export this chat
Export all chats
Restore chat(s)
The chats are simple python list of dict, so should be easy to export in any format.
In MainWindow (window.py) self.chat contains the current chat, while self.chats contains all the chats.
Add ability to export a chat or every chat in friendly formats
The text was updated successfully, but these errors were encountered: