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
Suggested by @ma-phi via email. For long conversations it might be nice to optionally separate conversations into multiple HTML files such that they load faster when viewed in the browser. If we do this it would be helpful to show the start date in the filename.
A simple way to do this would be to add a --max-msg or --thread-length flag to the UI and split the messages into chunks just before we write to HTML.
The text was updated successfully, but these errors were encountered:
Suggested by @ma-phi via email. For long conversations it might be nice to optionally separate conversations into multiple HTML files such that they load faster when viewed in the browser. If we do this it would be helpful to show the start date in the filename.
A simple way to do this would be to add a
--max-msg
or--thread-length
flag to the UI and split the messages into chunks just before we write to HTML.The text was updated successfully, but these errors were encountered: